aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
new file mode 100644
index 0000000..4f95bb3
--- /dev/null
+++ b/src/types.h
@@ -0,0 +1,5 @@
+typedef unsigned char BYTE;
+typedef unsigned short WORD;
+typedef unsigned long QWORD;
+
+