summary refs log tree commit diff stats
path: root/src/entityfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entityfactory.cpp')
-rw-r--r--src/entityfactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entityfactory.cpp b/src/entityfactory.cpp index acf9b8e..3fcb9ed 100644 --- a/src/entityfactory.cpp +++ b/src/entityfactory.cpp
@@ -3,6 +3,7 @@
3#include "components.h" 3#include "components.h"
4#include "muxer.h" 4#include "muxer.h"
5#include <cstdio> 5#include <cstdio>
6#include <map>
6 7
7struct EntityData { 8struct EntityData {
8 char* sprite; 9 char* sprite;