- new debug system

This commit is contained in:
2022-10-28 13:49:08 +02:00
parent a029771b07
commit 1a732d7c71
4 changed files with 96 additions and 168 deletions

4
mini.h
View File

@@ -112,6 +112,9 @@
void loop();
int scrw();
int scrh();
uint8_t newsurf(int w, int h);
uint8_t loadsurf(const char* filename);
void freesurf(uint8_t surface);
@@ -230,7 +233,6 @@ int rnd(int x);
const char* tostr(int val);
void debug(const char *str);
void pdebug();
uint8_t ascii(const char *str, uint8_t index);