diff options
author | Pixel <> | 2001-04-15 13:01:24 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-15 13:01:24 +0000 |
commit | 4d1b1a16faa7406d028eded8334dfcbc5e44df92 (patch) | |
tree | 943007164895675ff0f9e21af46153081cf69596 | |
parent | dcc24c3645b3878bf3454345dbcfdf7ef1a0ba10 (diff) |
Ajout de types.h
-rw-r--r-- | include/types.h | 9 |
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 |