summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/type.h')
-rw-r--r--Source/Asura.Engine/type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Asura.Engine/type.h b/Source/Asura.Engine/type.h
new file mode 100644
index 0000000..88848d5
--- /dev/null
+++ b/Source/Asura.Engine/type.h
@@ -0,0 +1,11 @@
+#ifndef __ASURA_ENGINE_TYPE_H__
+#define __ASURA_ENGINE_TYPE_H__
+
+#include <stdint.h>
+
+namespace AsuraEngine
+{
+
+}
+
+#endif \ No newline at end of file