diff options
Diffstat (limited to 'entry.h')
-rw-r--r-- | entry.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ struct entry_t { struct { void *data; void (*f)(SURFACES *, POSITIONS *, struct character_t *, struct character_t *, void *data); - }; + + enum target_t target; + } action; }; }; |