move towers implementations
This commit is contained in:
12
src/game/towers/QuakeTower.cpp
Normal file
12
src/game/towers/QuakeTower.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "game/Towers.h"
|
||||
#include "game/World.h"
|
||||
|
||||
namespace td {
|
||||
namespace game {
|
||||
|
||||
void QuakeTower::Tick(std::uint64_t delta, World* world) {
|
||||
|
||||
}
|
||||
|
||||
} // namespace game
|
||||
} // namespace td
|
||||
Reference in New Issue
Block a user