refactor: moved TowerInfo class

This commit is contained in:
2021-09-19 18:25:37 +02:00
parent 3771ea4a27
commit 13c8303c90
5 changed files with 40 additions and 54 deletions

View File

@@ -3,7 +3,6 @@
#include "render/Renderer.h"
#include "../render/gui/imgui/imgui.h"
#include "window/Display.h"
#include "game/client/TowersInfo.h"
#include "game/client/ClientGame.h"
#include <iostream>