summaryrefslogtreecommitdiff
path: root/plugins/dumb/dumb-kode54/src/tools/it/typedef.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dumb/dumb-kode54/src/tools/it/typedef.hpp')
-rw-r--r--plugins/dumb/dumb-kode54/src/tools/it/typedef.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dumb/dumb-kode54/src/tools/it/typedef.hpp b/plugins/dumb/dumb-kode54/src/tools/it/typedef.hpp
new file mode 100644
index 00000000..6d4eefee
--- /dev/null
+++ b/plugins/dumb/dumb-kode54/src/tools/it/typedef.hpp
@@ -0,0 +1,3 @@
+typedef unsigned char byte;
+typedef unsigned short word;
+typedef unsigned int dword;