cocoaTouch/gameSetup.h
author koda
Tue, 12 Jan 2010 07:32:15 +0000
changeset 2692 ce9992075118
parent 2691 c0da3a98c01c
permissions -rw-r--r--
better network support + initial work for returning to frontend

//
//  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();