- v0.9.01
- [NEW] version numbers - debug() is now an alias of printf
This commit is contained in:
5
mini.h
5
mini.h
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#define MINI_VERSION "0.9.01d"
|
||||
|
||||
#define KEY_UNKNOWN 0
|
||||
#define KEY_A 4
|
||||
#define KEY_B 5
|
||||
@@ -232,7 +234,8 @@ int rnd(int x);
|
||||
|
||||
const char* tostr(int val);
|
||||
|
||||
void debug(const char *str);
|
||||
//void debug(const char *str);
|
||||
#define debug printf
|
||||
|
||||
uint8_t ascii(const char *str, uint8_t index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user