mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
factored out unit frame handling
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "guiAppState.h"
|
||||
#include "defConfigs.h"
|
||||
#include "cameraController.h"
|
||||
#include "player.h"
|
||||
#include "map.h"
|
||||
#include "mesh.h"
|
||||
#include "util.h"
|
||||
@@ -29,6 +30,8 @@ namespace battleship{
|
||||
map = Map::getSingleton();
|
||||
map->load(name, true);
|
||||
|
||||
map->addPlayer(new Player(0, 0, 0));
|
||||
|
||||
generatePlane(size);
|
||||
prepareGui();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user