summaryrefslogtreecommitdiff
path: root/src/modules/rkt/rkt.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-07-13 05:34:09 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-07-13 05:56:17 -0700
commit17990782709a52da6cd0aad02edd5cd4e4bc91af (patch)
tree10dcdcdb4dbf1cda9b1834400014666ce4571e1f /src/modules/rkt/rkt.h
parent468c78e30594310bed34d0d59b5544e4ef71f38e (diff)
modules/rkt: add 99999 exit scene define
rkt_scener needs to know this value so define it in rkt.h and switch over all the existing 99999 instances.
Diffstat (limited to 'src/modules/rkt/rkt.h')
-rw-r--r--src/modules/rkt/rkt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/rkt/rkt.h b/src/modules/rkt/rkt.h
index ae0fa64..241fa24 100644
--- a/src/modules/rkt/rkt.h
+++ b/src/modules/rkt/rkt.h
@@ -5,6 +5,8 @@
#include "til_module_context.h"
#include "til_settings.h"
+#define RKT_EXIT_SCENE_IDX 99999
+
typedef struct rkt_scener_t rkt_scener_t;
typedef struct rkt_scene_t {
© All Rights Reserved