changeset 4920 | bc3c077e15a2 |
parent 4861 | 91f889289a47 |
child 4924 | 616b618814b5 |
--- a/hedgewars/PascalExports.pas Sat Feb 05 11:32:15 2011 +0300 +++ b/hedgewars/PascalExports.pas Sat Feb 05 15:45:44 2011 +0100 @@ -199,6 +199,11 @@ ParseCommand('forcequit', true); end; +function HW_getSDLWindow: pointer; cdecl; export; +begin + exit( SDLwindow ); +end; + // cursor handling procedure HW_setCursor(x,y: LongInt); cdecl; export; begin