From 70cdd89e887641b7423e5d4d05928d14ee014aba Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 May 2018 19:10:57 +0800 Subject: change file tree --- src/lua/audio/luaopen_Sound.cpp | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/lua/audio/luaopen_Sound.cpp (limited to 'src/lua/audio/luaopen_Sound.cpp') diff --git a/src/lua/audio/luaopen_Sound.cpp b/src/lua/audio/luaopen_Sound.cpp deleted file mode 100644 index 0b494b8..0000000 --- a/src/lua/audio/luaopen_Sound.cpp +++ /dev/null @@ -1,25 +0,0 @@ -#include "libs/luax/luax.h" - -namespace jin -{ -namespace lua -{ - - static int l_play(lua_State* L) - { - - return 0; - } - - static const luaL_Reg f[] = { - {"play", l_play}, - {0, 0} - }; - - int luaopen_Sound(lua_State* L) - { - - return 1; - } -} -} -- cgit v1.1-26-g67d0