summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/entry.h b/entry.h
index 9ba9677..7258569 100644
--- a/entry.h
+++ b/entry.h
@@ -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;
};
};