further seperating of mission2 and mapedit

This commit is contained in:
stevenhowes
2021-04-06 20:09:00 +01:00
parent 436fea16e4
commit ae0a541ae5
6 changed files with 19 additions and 26 deletions
-7
View File
@@ -25,17 +25,10 @@ unsigned char *buffer;
unsigned char *fontbuffer;
unsigned char *tilebuffer;
extern int screen;
extern struct CompositionElement composition[128];
extern int current_element;
int lastprofile = 0;
int tick = 0;
int lasttick = 0;
extern int screen;
extern int game1_tick();
extern void game1_setup();
extern void screen_nobuffer();