summaryrefslogtreecommitdiff
path: root/Utils/log.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-09-20 23:10:31 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-09-20 23:10:31 +0200
commit1f7ca9fd3964481318bbaddfb39acc5de8c7d65d (patch)
treef13ae2ddd03c23d81157b86bf9305de36a5ace60 /Utils/log.h
parenteb3bf203a14e81735d6f74467541a6500a3bdf86 (diff)
Basic makefile structure; making the project at least compilable.
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