Revision 291
changed menu to file
proj_func.h | ||
---|---|---|
56 | 56 |
*/ |
57 | 57 |
double get_mouse_angle(gunner_t *p); |
58 | 58 |
|
59 |
typedef struct menu menu_t; |
|
60 |
|
|
61 |
menu_t* (menu_ctor)(const font_t *fnt); |
|
62 |
|
|
63 |
int (menu_update_state)(menu_t *menu, int click); |
|
64 |
|
|
65 |
void (menu_draw)(menu_t *menu); |
|
66 |
|
|
67 |
void (menu_dtor)(menu_t *p); |
|
68 |
|
|
69 | 59 |
typedef struct timer { |
70 | 60 |
int time; |
71 | 61 |
text_t *text; |
Also available in: Unified diff