summaryrefslogtreecommitdiff
path: root/src/libs/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/types.h')
-rw-r--r--src/libs/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libs/types.h b/src/libs/types.h
new file mode 100644
index 0000000..1a0b0d2
--- /dev/null
+++ b/src/libs/types.h
@@ -0,0 +1,8 @@
+#ifndef __TYPES_H__
+#define __TYPES_H__
+
+typedef unsigned char u8;
+typedef unsigned short u16;
+typedef unsigned int u32;
+
+#endif