summaryrefslogtreecommitdiff
path: root/constantes.h
diff options
context:
space:
mode:
Diffstat (limited to 'constantes.h')
-rw-r--r--constantes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/constantes.h b/constantes.h
index b3f9335..68872ab 100644
--- a/constantes.h
+++ b/constantes.h
@@ -49,6 +49,14 @@
#define TYPE_ATTAQUE 0
#define TYPE_MAGIE 1
+enum action_state_t {
+ ACTION_PERFORMED,
+ ACTION_CANCELED,
+ ACTION_ERROR,
+
+ ACTION_COUNT,
+};
+
#define SELECTION(nb,nb2) if (selection == nb)\
{\
if(nb2==ALLIE)\