aboutsummaryrefslogtreecommitdiff
path: root/src/u816.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/u816.h')
-rw-r--r--src/u816.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/u816.h b/src/u816.h
new file mode 100644
index 0000000..829d8f5
--- /dev/null
+++ b/src/u816.h
@@ -0,0 +1,4 @@
+#ifndef u8
+#define u8 unsigned char
+#define u16 unsigned short
+#endif