aboutsummaryrefslogtreecommitdiff
path: root/include/libsurvive/survive_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsurvive/survive_types.h')
-rw-r--r--include/libsurvive/survive_types.h1
1 files changed, 1 insertions, 0 deletions
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;