summaryrefslogtreecommitdiff
path: root/Utils/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utils/log.h')
-rw-r--r--Utils/log.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Utils/log.h b/Utils/log.h
new file mode 100644
index 0000000..33b03d7
--- /dev/null
+++ b/Utils/log.h
@@ -0,0 +1,8 @@
+#ifndef __LOG_H__
+#define __LOG_H__
+
+#define LOG(...)
+#define CONSOLE
+#define ERROR
+
+#endif