diff -r 9df5a486f41e -r db58a42bb5e7 hedgewars/uTouch.pas --- a/hedgewars/uTouch.pas Mon Nov 14 18:03:31 2011 +0100 +++ b/hedgewars/uTouch.pas Mon Nov 14 18:03:51 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