ScenEditor: create a class to store some static buttons and scrollbars

+ begin to use it, to be continued...
This commit is contained in:
ALONSO Laurent
2021-10-31 14:19:53 +01:00
committed by Celtic Minstrel
parent 8efa23debb
commit 386632131c
8 changed files with 899 additions and 868 deletions

View File

@@ -10,10 +10,6 @@ void run_startup_g();
void load_graphics();
void draw_main_screen();
void redraw_screen();
void draw_lb();
void draw_lb_slot (short which,short mode) ;
void draw_rb();
void draw_rb_slot (short which,short mode) ;
void set_up_terrain_buttons(bool reset);
void draw_terrain();
void draw_monsts();