diff options
Diffstat (limited to 'replay.h')
-rw-r--r-- | replay.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ #include "functions.h" +#define DEBUG_CRIT 0 +#define DEBUG_SOME 1 +#define DEBUG_FULL 2 + #define MAXCHAR 1000 #define TIMELEN 11 // 32-bit unixtime is up to 10 characters (+1 for null char) // TODO - Make this Year 2038 proof #define TIMELENF 11 // [HH:MM:SS] = 10 characters + 1 for null char |