mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 18:19:10 +00:00
Fix missing prototype errors caused by typos
This commit is contained in:
parent
2ad8939de7
commit
9965f9e644
@ -124,9 +124,9 @@ public:
|
||||
|
||||
void raise_process_event();
|
||||
void raise_draw_event();
|
||||
void rasie_draw_all_event();
|
||||
void raise_draw_all_event();
|
||||
void raise_volatile_draw_event();
|
||||
void raise_volativle_draw_all_event();
|
||||
void raise_volatile_draw_all_event();
|
||||
void raise_volatile_undraw_event();
|
||||
void raise_help_string_event(int mousex, int mousey);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user