diff -r c6d3aec73f93 -r bc3c077e15a2 hedgewars/PascalExports.pas --- 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