aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/time/je_lua_timer.h
blob: 9beadf543282503703d75e3feeebdc0a26ce4ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __JE_LUA_TIMER_H__
#define __JE_LUA_TIMER_H__

#include "libjin/jin.h"

namespace JinEngine
{
    namespace Lua
    {

        class Timer : public JinEngine::Time::Timer
        {

        };

    }
}

#endif