branch | hedgeroid |
changeset 6346 | db58a42bb5e7 |
parent 6344 | cba81e10235c |
child 6580 | 6155187bf599 |
--- 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