]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/types.h
wwww
[16.git] / src / lib / types.h
index a0bc63170e277dfbc011e88a10b3daedc18171b8..cf3bec48346cc76a7708debaddafaf1ba0be85ee 100644 (file)
 /*\r
  * Just some handy typedefs that make it easier to think about the low\r
  * level code\r
- */\r
+ */
+
+#ifndef TYPE_H
+#define TYPE_H
 \r
 typedef unsigned char byte;\r
 typedef unsigned short word;\r
 typedef unsigned long  dword;\r
 typedef signed char sbyte;\r
 typedef signed short sword;\r
-typedef signed long sdword;\r
+typedef signed long sdword;
+
+#endif/*TYPE_H*/