Working on console interaction...
This commit is contained in:
2
ascii.h
2
ascii.h
@@ -122,6 +122,7 @@ void print(const char *str, int x = -1, int y = -1);
|
||||
|
||||
bool btn(uint8_t i);
|
||||
bool btnp(uint8_t i);
|
||||
uint8_t whichbtn();
|
||||
|
||||
int mousex();
|
||||
int mousey();
|
||||
@@ -154,6 +155,7 @@ int rnd(int x);
|
||||
|
||||
const char* tostr(int val);
|
||||
|
||||
void debugchr(const uint8_t chr);
|
||||
void debug(const char *str);
|
||||
void pdebug();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user