diff -r b9e2e509a42d -r 6528171ce36d hedgewars/pas2c.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hedgewars/pas2c.h Mon Apr 09 23:55:12 2012 +0400 @@ -0,0 +1,13 @@ +#pragma once + +typedef char string255[]; + +typedef int SmallInt; +typedef int Word; +typedef int LongInt; +typedef int LongWord; +typedef int Byte; +typedef Byte * PByte; + +typedef void * pointer; +