summaryrefslogtreecommitdiff
path: root/src/entitytag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entitytag.h')
-rw-r--r--src/entitytag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entitytag.h b/src/entitytag.h
index 0578089..211e365 100644
--- a/src/entitytag.h
+++ b/src/entitytag.h
@@ -3,6 +3,7 @@
typedef struct {
const char *name;
+ const char *parent;
void (*init)(Entity *this, int x, int y, int w, int h);
} EntityTag;