(source code) Fixed mistranslation of Select_button / Unselect_button
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@765 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
engine.h
4
engine.h
@@ -26,8 +26,8 @@
|
||||
|
||||
void Main_handler (void);
|
||||
void Draw_menu_button_frame(byte btn_number,byte pressed);
|
||||
void Unselect_bouton (int btn_number);
|
||||
void Unselect_button (int btn_number,byte click);
|
||||
void Unselect_button (int btn_number);
|
||||
void Select_button (int btn_number,byte click);
|
||||
void Cancel_effects (void);
|
||||
void Restore_effects (void);
|
||||
void Open_window (word width,word height, char * title);
|
||||
|
||||
Reference in New Issue
Block a user