diff -r ccc0a58e123d -r cba81e10235c hedgewars/uTouch.pas --- 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