Files
shitgame/include/host.h

18 lines
192 B
C

//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