hedgewars/PascalExports.pas
changeset 2692 ce9992075118
parent 2691 c0da3a98c01c
child 2698 90585aba87ad
--- 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;