Move the board code out to ui as it's only for board visualisation
This commit is contained in:
parent
a17a9db2ad
commit
2abd4ad832
9 changed files with 39 additions and 13 deletions
|
@ -7,12 +7,6 @@
|
|||
#include "gametypes.h"
|
||||
#include "vector2.h"
|
||||
|
||||
// Type for the unit type-id
|
||||
typedef char unitType_c;
|
||||
|
||||
// Typedef for unit visual representations
|
||||
typedef char unitVis_c;
|
||||
|
||||
// Base unit type
|
||||
class CUnit
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue