hedgewars/pas2c.h
changeset 6875 6528171ce36d
child 6878 0af34406b83d
--- /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;
+