hedgewars/pas2cSystem.pas
changeset 7616 dcda1c2b77e4
parent 7151 ec15d9e1a7e3
child 8026 4a4f21070479
--- a/hedgewars/pas2cSystem.pas	Tue Aug 28 20:30:57 2012 +0400
+++ b/hedgewars/pas2cSystem.pas	Tue Aug 28 22:32:19 2012 +0400
@@ -38,6 +38,7 @@
     PPChar = ^Pchar;
     
     PByte = ^Byte;
+    PWord = ^Word;
     PLongInt = ^LongInt;
     PLongWord = ^LongWord;
     PInteger = ^Integer;