From 99d72a19f9e5ebbbb36bbbb95164a15c165a6a42 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Jun 2014 16:04:57 +0100 Subject: Add some add() methods to Time classes. --- src/time_pair.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/time_pair.h') diff --git a/src/time_pair.h b/src/time_pair.h index 85d79e5..deb46c0 100644 --- a/src/time_pair.h +++ b/src/time_pair.h @@ -53,6 +53,8 @@ public: FrameTime frame (float frames_per_second) const; MetricTime metric (float frames_per_second) const; + void add (FrameTime t, float frames_per_second); + bool operator== (TimePair const & other) const; private: -- cgit v1.2.3