Move the board code out to ui as it's only for board visualisation

This commit is contained in:
Marc Di Luzio 2014-12-16 13:12:58 +00:00
parent a17a9db2ad
commit 2abd4ad832
9 changed files with 39 additions and 13 deletions

View file

@ -10,4 +10,10 @@ typedef unsigned short player_id_t;
// Type for unit IDs
typedef unsigned short unit_id_t;
// Type for the unit type-id
typedef char unitType_c;
// Typedef for unit visual representations
typedef char unitVis_c;
#endif //_GAME_TYPES_H_