hedgewars/uTouch.pas
branchhedgeroid
changeset 6344 cba81e10235c
parent 6228 1b7d4d7d162b
child 6580 6155187bf599
--- a/hedgewars/uTouch.pas	Sat Nov 12 18:38:21 2011 +0100
+++ b/hedgewars/uTouch.pas	Sat Nov 12 19:00:31 2011 +0100
@@ -24,6 +24,10 @@
 
 uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit;
 
+// TODO: this type should be Int64
+// TODO: this type should be named TSDL_FingerId
+type SDL_FingerId = LongInt;
+
 type
     PTouch_Finger = ^Touch_Finger;
     Touch_Finger = record