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

#include "libjin/jin.h"

namespace JinEngine
{
    namespace Lua
    {

    }
}

#endif