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