Commit before the BIG changes...

This commit is contained in:
2021-11-24 15:21:40 +01:00
parent 452a7d14f2
commit 160da08c3d
5 changed files with 165 additions and 81 deletions

3
mini.h
View File

@@ -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();