lua_Mouse.h 181 B

1234567891011121314
  1. #ifndef LUA_MOUSE_H_
  2. #define LUA_MOUSE_H_
  3. namespace gameplay
  4. {
  5. // Lua bindings for Mouse.
  6. int lua_Mouse__gc(lua_State* state);
  7. void luaRegister_Mouse();
  8. }
  9. #endif