cocoaTouch/gameSetup.h
changeset 2691 c0da3a98c01c
equal deleted inserted replaced
2690:8e83c7e31720 2691:c0da3a98c01c
       
     1 //
       
     2 //  gameSetup.h
       
     3 //  hwengine
       
     4 //
       
     5 //  Created by Vittorio on 10/01/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <Foundation/Foundation.h>
       
    10 
       
    11 
       
    12 @interface gameSetup : NSObject {
       
    13 
       
    14 }
       
    15 
       
    16 @end
       
    17 
       
    18 void engineProtocolThread ();
       
    19 void setupArgsForLocalPlay();