some bugfixes
This commit is contained in:
parent
6570f7fafc
commit
c822a75df0
15 changed files with 93 additions and 94 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue