aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/mouse/je_lua_mouse.h
blob: 09738f5233b369fccfdd42bc9d50033b2479f0c9 (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