aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/event/l_event.h
blob: 1b593c82e72cd9e8718ff5454d409ddac74303c6 (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