aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/event/je_lua_event.h
blob: 7a7545905639a315bef7095f358241c666175325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JE_LUA_EVENT_H__
#define __JE_LUA_EVENT_H__

namespace JinEngine
{
    namespace Lua
    {

        int luaopen_event(lua_State* L);

    }
}

#endif