add inverted text

This commit is contained in:
j3d1 2018-12-01 20:26:05 +01:00
parent 806fc7c3e5
commit 6091a40278
12 changed files with 88 additions and 93 deletions

View file

@ -5,9 +5,9 @@
void debug(const char* str);
void hal_init_screen(int w, int h);
void hal_poll_input(bool *ptr);
void hal_draw(int x, int y);
void hal_clear();
void hal_draw(int x, int y, int b);
void hal_render();
void render();