Restructuring
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "../../headers/ECS.hpp"
|
||||
#include "../../../headers/Systems/ECS.hpp"
|
||||
|
||||
using namespace Tourmaline::ECS;
|
||||
using namespace Tourmaline::Systems::ECS;
|
||||
|
||||
const Entity &BaseComponent::GetOwner() { return *this->owner; }
|
||||
@@ -7,10 +7,10 @@
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "../../headers/ECS.hpp"
|
||||
#include "../../headers/Systems/Random.hpp"
|
||||
#include "../../../headers/Systems/ECS.hpp"
|
||||
#include "../../../headers/Systems/Random.hpp"
|
||||
|
||||
using namespace Tourmaline::ECS;
|
||||
using namespace Tourmaline::Systems::ECS;
|
||||
|
||||
Entity World::CreateEntity() {
|
||||
auto [iterator, success] =
|
||||
Reference in New Issue
Block a user