From a1027bceebb36afc4fa9d082277478abd8101eda Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 20 Apr 2018 22:31:18 -0600 Subject: Enabled and then cleaned up warnings --- include/libsurvive/survive_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libsurvive/survive_types.h') diff --git a/include/libsurvive/survive_types.h b/include/libsurvive/survive_types.h index 7fa5e0f..b4faaa7 100644 --- a/include/libsurvive/survive_types.h +++ b/include/libsurvive/survive_types.h @@ -47,6 +47,7 @@ typedef LinmathPose SurvivePose; #define BUTTON_EVENT_AXIS_CHANGED 3 typedef uint32_t survive_timecode; +survive_timecode survive_timecode_difference(survive_timecode most_recent, survive_timecode least_recent); typedef struct SurviveObject SurviveObject; typedef struct SurviveContext SurviveContext; -- cgit v1.2.3