cocoaTouch/gameSetup.h
changeset 2691 c0da3a98c01c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cocoaTouch/gameSetup.h	Sun Jan 10 00:52:20 2010 +0000
@@ -0,0 +1,19 @@
+//
+//  gameSetup.h
+//  hwengine
+//
+//  Created by Vittorio on 10/01/10.
+//  Copyright 2010 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface gameSetup : NSObject {
+
+}
+
+@end
+
+void engineProtocolThread ();
+void setupArgsForLocalPlay();