Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 18 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _MAINMENU_H_ |
2 | #define _MAINMENU_H_ |
3 | 3 | ||
4 | #include "brender/br_types.h" |
- | |
5 | #include "dr_types.h" |
4 | #include "dr_types.h" |
6 | 5 | ||
7 | extern char* gPalette_copy__mainmenu; // suffix added to avoid duplicate symbol |
6 | extern char* gPalette_copy__mainmenu; // suffix added to avoid duplicate symbol |
8 | extern int gPixel_buffer_size__mainmenu; // suffix added to avoid duplicate symbol |
7 | extern int gPixel_buffer_size__mainmenu; // suffix added to avoid duplicate symbol |
9 | extern tInterface_spec* gMain_menu_spec; |
8 | extern tInterface_spec* gMain_menu_spec; |
10 | extern int gMouse_was_started__mainmenu; // suffix added to avoid duplicate symbol |
9 | extern int gMouse_was_started__mainmenu; // suffix added to avoid duplicate symbol |
11 | extern int gReplace_background; |
10 | extern int gReplace_background; |
12 | extern char* gPixels_copy__mainmenu; // suffix added to avoid duplicate symbol |
11 | extern char* gPixels_copy__mainmenu; // suffix added to avoid duplicate symbol |