home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume11
/
bt
/
part02
/
types.h
< prev
Wrap
Text File
|
1990-12-11
|
282b
|
24 lines
typedef struct {
char terrain;
int population;
int lastuse;
int troops;
int owner;
} hex;
typedef struct {
int x;
int y;
} location;
typedef struct {
int action;
int hexes;
int troops;
int population;
int citadels;
int live;
location start;
} player;