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

namespace JinEngine
{
    namespace Lua
    {

        int luaopen_time(lua_State* L);

    }
}

#endif