00001 00025 #ifndef MENU_H 00026 #define MENU_H 00027 00028 #include "sdlengine.h" 00029 00030 int currMenuTextIndex; 00031 int currMenuTextBank; 00032 char currMenuTextBuffer[256]; 00033 00034 extern short int OptionsMenuSettings[]; 00035 00037 extern unsigned char *plasmaEffectPtr; 00038 00042 void process_plasma_effect(int top, int color); 00048 void draw_button_box(int left, int top, int right, int bottom); 00055 void draw_transparent_box(int left, int top, int right, int bottom, int colorAdj); 00057 void main_menu(); 00059 int giveup_menu(); 00061 int options_menu(); 00062 00063 #endif
1.5.5