aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
new file mode 100644
index 0000000..2d367d0
--- /dev/null
+++ b/src/utils.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <raylib.h>
+#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
+
+#define BLANK_DEFAULT -1
+#define NULL_TERM '\0'
+#define NULL_TERM_SZ 1 \ No newline at end of file