9 lines
202 B
C
9 lines
202 B
C
#include "gl_state.h"
|
|
#include "gl_headfile.h"
|
|
|
|
enum state_type_e state_type =0;
|
|
float cricle_aim=0.2f;
|
|
float cross_aim=0.49f;
|
|
float common_aim=0.35f;
|
|
float barrier_aim=0.1f;
|
|
float barrier_offset=4.0f; |