aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-23 03:37:50 -0500
committercnlohr <lohr85@gmail.com>2016-12-23 03:37:50 -0500
commit954d771b9309bcfd2bfc70d451b9a534a66aaae3 (patch)
tree6a3d7f7c4f3d3359702033804f57ebce3039ec93 /include
parent6a97ca8cc0fc7a98519bd63f6f7dbaa6ce38987d (diff)
downloadlibsurvive-954d771b9309bcfd2bfc70d451b9a534a66aaae3.tar.gz
libsurvive-954d771b9309bcfd2bfc70d451b9a534a66aaae3.tar.bz2
Seems to significantly improve #11 - now, something might be wrong, but not sure.
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 );