author | koda |
Tue, 12 Jan 2010 07:32:15 +0000 | |
changeset 2692 | ce9992075118 |
parent 2691 | c0da3a98c01c |
permissions | -rw-r--r-- |
2691 | 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(); |