summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/arch.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/arch.h b/common/arch.h
index 2cb533d8..13e22ad5 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -62,4 +62,15 @@
#define EXPORT_CC
#endif
+typedef char ti8;
+typedef unsigned char tui8;
+typedef signed char tsi8;
+typedef short ti16;
+typedef unsigned short tui16;
+typedef signed short tsi16;
+typedef int ti32;
+typedef unsigned int tui32;
+typedef signed int tsi32;
+typedef long tbus;
+
#endif