aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-07-12 13:22:29 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-07-12 13:22:29 -0300
commitfa2bdd711212ba6b7a94a20971e8bfa281e73296 (patch)
tree6713b3c0379507d49558287b71dd360ce188a2f0 /src/utils.h
lol
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