add integer debugging
This commit is contained in:
parent
a759cabb5b
commit
e0181cc3e8
3 changed files with 17 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#define _HAL_H_
|
||||
|
||||
|
||||
void debug(int);
|
||||
void debug(const char* str);
|
||||
void hal_init_screen(int w, int h);
|
||||
void hal_poll_input(bool *ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue