summary refs log tree commit diff stats
path: root/src/components/realizable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/realizable.h')
-rw-r--r--src/components/realizable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/realizable.h b/src/components/realizable.h index bc834a2..b749aeb 100644 --- a/src/components/realizable.h +++ b/src/components/realizable.h
@@ -4,7 +4,6 @@
4#include "component.h" 4#include "component.h"
5#include <set> 5#include <set>
6#include <map> 6#include <map>
7#include <sol.hpp>
8#include "entity_manager.h" 7#include "entity_manager.h"
9#include "vector.h" 8#include "vector.h"
10 9
@@ -70,8 +69,6 @@ public:
70 * The entity ID of the currently active player. 69 * The entity ID of the currently active player.
71 */ 70 */
72 id_type activePlayer; 71 id_type activePlayer;
73
74 sol::state scriptEngine;
75}; 72};
76 73
77#endif /* end of include guard: REALIZABLE_H_36D8D71E */ 74#endif /* end of include guard: REALIZABLE_H_36D8D71E */