aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/time/l_time.h
blob: a92e33be30e4125fa6b609bfc940c83b6134bf0c (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