summaryrefslogtreecommitdiff
path: root/src/util/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/type.h')
-rw-r--r--src/util/type.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/type.h b/src/util/type.h
new file mode 100644
index 0000000..709cb32
--- /dev/null
+++ b/src/util/type.h
@@ -0,0 +1,7 @@
+#ifndef _SOFTSHADEROOM_TYPE_H_
+#define _SOFTSHADEROOM_TYPE_H_
+
+typedef unsigned int uint;
+typedef int bool;
+
+#endif \ No newline at end of file