summaryrefslogtreecommitdiff
path: root/src/util/type.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-04 00:07:32 +0800
committerchai <chaifix@163.com>2019-12-04 00:07:32 +0800
commit2e82e2ddd0852b8063a3d6645366f53ee844e273 (patch)
tree41ec10760f2d2c9f1f782a918f48e1287da2a4b4 /src/util/type.h
+init
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