]> 4ch.mooo.com Git - 16.git/blob - types.h
039653f2e8cb2b934d62b6f57672e4db493cbf4f
[16.git] / types.h
1 /*\r
2  * Just some handy typedefs that make it easier to think about the low\r
3  * level code\r
4  */\r
5 \r
6 typedef unsigned char byte;\r
7 typedef unsigned short word;\r
8 typedef unsigned long  dword;\r
9 typedef signed char sbyte;\r
10 typedef signed short sword;\r
11 typedef signed long sdword;\r