Revision 321
correcting some problems
proj_func.h | ||
---|---|---|
33 | 33 |
|
34 | 34 |
void update_scale(void); |
35 | 35 |
|
36 |
int32_t* get_mouse_X(void);
|
|
36 |
int16_t* get_mouse_X(void);
|
|
37 | 37 |
|
38 |
int32_t* get_mouse_Y(void);
|
|
38 |
int16_t* get_mouse_Y(void);
|
|
39 | 39 |
|
40 | 40 |
void build_host_structure(host_info_t *p, gunner_t *host, gunner_t *remote, list_t *bullet_list); |
41 | 41 |
|
42 | 42 |
void build_remote_structure(remote_info_t *p, keys_t *keys, double angle); |
43 | 43 |
|
44 |
/** |
|
45 |
* @brief |
|
46 |
* @param |
|
47 |
* @param |
|
48 |
* @param |
|
49 |
* @return Angle |
|
50 |
*/ |
|
51 | 44 |
double get_mouse_angle(gunner_t *p); |
52 | 45 |
|
53 | 46 |
typedef struct timer { |
Also available in: Unified diff