aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/mouse/l_mouse.h
blob: 7a708735fc3a85a4a04e68e53b672f620b473047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JE_LUA_MOUSE_H__
#define __JE_LUA_MOUSE_H__

namespace JinEngine
{
	namespace Lua
	{

		int luaopen_mouse(lua_State* L);

	}
}

#endif