aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/survive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/survive.h b/include/survive.h
index 8ce5404..abc6917 100644
--- a/include/survive.h
+++ b/include/survive.h
@@ -39,6 +39,8 @@ struct SurviveObject
#else
struct disambiguator * d;
#endif
+
+ uint32_t last_lighttime; //May be a 24- or 32- bit number depending on what device.
};
typedef void (*text_feedback_fnptr)( struct SurviveContext * ctx, const char * fault );