summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorPixel <>2001-04-15 13:01:24 +0000
committerPixel <>2001-04-15 13:01:24 +0000
commit4d1b1a16faa7406d028eded8334dfcbc5e44df92 (patch)
tree943007164895675ff0f9e21af46153081cf69596 /include/types.h
parentdcc24c3645b3878bf3454345dbcfdf7ef1a0ba10 (diff)
Ajout de types.h
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
new file mode 100644
index 0000000..e3c7a60
--- /dev/null
+++ b/include/types.h
@@ -0,0 +1,9 @@
+#ifndef __TYPES_H__
+#define __TYPES_H__
+
+typedef unsigned long int Uint32;
+typedef unsigned char Byte;
+typedef unsigned short int Word;
+typedef unsigned long int DWord;
+
+#endif