aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/time/je_timer.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-08 22:05:31 +0800
committerchai <chaifix@163.com>2018-12-08 22:05:31 +0800
commita16ce94158c9cf22a19c0e73dfe2e992a8302af1 (patch)
tree52d80d950cd410ba82af909e18f77e3b11cd6eda /src/libjin/time/je_timer.h
parentd34e5c9d7c6135e805f2cc231411cdcc9910190c (diff)
*去除shared template
Diffstat (limited to 'src/libjin/time/je_timer.h')
-rw-r--r--src/libjin/time/je_timer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libjin/time/je_timer.h b/src/libjin/time/je_timer.h
index f9feebe..a918d63 100644
--- a/src/libjin/time/je_timer.h
+++ b/src/libjin/time/je_timer.h
@@ -8,6 +8,8 @@
#include "SDL2/SDL.h"
+#include "../common/je_object.h"
+
namespace JinEngine
{
namespace Time
@@ -16,7 +18,7 @@ namespace JinEngine
///
///
///
- class Timer
+ class Timer : public Object
{
public:
@@ -27,7 +29,7 @@ namespace JinEngine
///
///
///
- class Handler
+ class Handler : public Object
{
public:
friend class Timer;