summary refs log tree commit diff stats
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 0ede567..2b6cd7f 100644 --- a/src/entity.cpp +++ b/src/entity.cpp
@@ -1,7 +1,4 @@
1#include "entity.h" 1#include "entity.h"
2#include <libxml/parser.h>
3#include "components.h"
4#include "muxer.h"
5 2
6void Entity::addComponent(std::shared_ptr<Component> c) 3void Entity::addComponent(std::shared_ptr<Component> c)
7{ 4{