aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/core/l_core.h
blob: 86b20a417fbbdac5680b84da181364a10a682ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JE_LUA_CORE_H__
#define __JE_LUA_CORE_H__

namespace JinEngine
{
	namespace Lua
	{

		int luaopen_core(lua_State* L);

	}
}

#endif