aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/core/l_core.h
blob: 037ac4bf58a2349876b8f760fa3e57b1b126ab75 (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