diff options
Diffstat (limited to 'src/lua/modules/joypad/joypad.cpp')
-rw-r--r-- | src/lua/modules/joypad/joypad.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/lua/modules/joypad/joypad.cpp b/src/lua/modules/joypad/joypad.cpp deleted file mode 100644 index d67a624..0000000 --- a/src/lua/modules/joypad/joypad.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "libjin/jin.h" -#include "lua/modules/luax.h" - -namespace JinEngine -{ - namespace Lua - { - - static const luaL_Reg f[] = { - { 0, 0 } - }; - - int luaopen_joypad(lua_State* L) - { - luax_newlib(L, f); - - return 1; - } - /*SDL_JoystickGetButton*/ - } // namespace Lua -} // namespace JinEngine
\ No newline at end of file |