]> 4ch.mooo.com Git - 16.git/blob - src/lib/types.h
renamed: ptmp0.pcx -> data/ptmp0.pcx
[16.git] / src / lib / 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