summary refs log tree commit diff stats
path: root/src/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.h')
-rw-r--r--src/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timer.h b/src/timer.h index ec34f3e..65d5a50 100644 --- a/src/timer.h +++ b/src/timer.h
@@ -23,6 +23,8 @@ public:
23 acc_ = 0; 23 acc_ = 0;
24 } 24 }
25 25
26 int getDt() const { return dt_; }
27
26private: 28private:
27 29
28 int dt_; 30 int dt_;