header game types
This commit is contained in:
parent
66cf63c9d8
commit
0057986380
1 changed files with 13 additions and 0 deletions
13
game/gametypes.h
Normal file
13
game/gametypes.h
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#ifndef _GAME_TYPES_H_
|
||||||
|
#define _GAME_TYPES_H_
|
||||||
|
|
||||||
|
// Type for a team IDs
|
||||||
|
typedef unsigned short team_id_t;
|
||||||
|
|
||||||
|
// Type for player IDs
|
||||||
|
typedef unsigned short player_id_t;
|
||||||
|
|
||||||
|
// Type for unit IDs
|
||||||
|
typedef unsigned short unit_id_t;
|
||||||
|
|
||||||
|
#endif //_GAME_TYPES_H_
|
Loading…
Add table
Reference in a new issue