some bugfixes

This commit is contained in:
j3d1 2018-11-06 16:06:05 +01:00
parent 6570f7fafc
commit c822a75df0
15 changed files with 93 additions and 94 deletions

View file

@ -10,11 +10,10 @@
void debug(const char* str);
void hal_init();
void hal_init_screen(int w, int h);
void hal_draw(int x, int y);
void hal_print(int x, int y, const char* str);
void hal_render();
void render();
void quit();
extern bool input[4];
@ -25,7 +24,4 @@ void operator delete(void * ptr);
#endif
extern const int SCREEN_WIDTH;
extern const int SCREEN_HEIGHT;
#endif