--- a/hedgewars/PascalExports.pas Sun Jan 10 00:52:20 2010 +0000
+++ b/hedgewars/PascalExports.pas Tue Jan 12 07:32:15 2010 +0000
@@ -21,6 +21,7 @@
// called by pascal code, they deal with the objc code
function IPH_getDocumentsPath: PChar; cdecl; external;
procedure IPH_showControls; cdecl; external;
+procedure IPH_returnFrontend; cdecl; external;
// retrieve protocol information
function HW_protoVer: LongInt; cdecl; export;
@@ -47,6 +48,7 @@
{$IFDEF IPHONEOS}
function HW_protoVer: LongInt; cdecl; export;
begin
+ WriteLnToConsole('HW - protocol version');
HW_protoVer:= cNetProtoVersion;
end;