implemented buildable structure selection buttons

This commit is contained in:
devZoGok
2023-09-23 09:59:47 +03:00
parent 21db6584e0
commit 85811fca7c
9 changed files with 45 additions and 33 deletions
+1
View File
@@ -32,6 +32,7 @@ namespace battleship{
void addTarget();
void issueOrder(Order::TYPE, bool);
bool isInLineOfSight(vb01::Vector3, float, Unit*);
bool engineersSelected();
GuiAppState *guiState;
Player *mainPlayer;