added new screens and getting ready for networking, looking at SDL_net for cross platfrom networking so i dont have to touch windows
This commit is contained in:
17
include/host.h
Normal file
17
include/host.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//Troy Rosin
|
||||
#ifndef __host_h__
|
||||
#define __host_h__
|
||||
|
||||
#define NO_OBJECT 0
|
||||
#define SET_NAME_BUTTON 1
|
||||
#define START_GAME_BUTTON 2
|
||||
|
||||
extern int over_object;
|
||||
|
||||
char *get_this_name(int i);
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user