Commit before the BIG changes...
This commit is contained in:
3
mini.h
3
mini.h
@@ -183,6 +183,7 @@ bool btnp(uint8_t i);
|
||||
|
||||
int mouseX();
|
||||
int mouseY();
|
||||
int mouseWheel();
|
||||
bool mouseButton(uint8_t i);
|
||||
|
||||
float time();
|
||||
@@ -207,6 +208,8 @@ float min(float x, float y);
|
||||
int rnd(int x);
|
||||
//void srand(int x);
|
||||
|
||||
const char* tostr(int val);
|
||||
|
||||
void debug(const char *str);
|
||||
void pdebug();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user