diff options
Diffstat (limited to 'src/lua/modules/audio/je_lua_audio.h')
-rw-r--r-- | src/lua/modules/audio/je_lua_audio.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lua/modules/audio/je_lua_audio.h b/src/lua/modules/audio/je_lua_audio.h deleted file mode 100644 index 6b4669a..0000000 --- a/src/lua/modules/audio/je_lua_audio.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __JE_LUA_AUDIO_H__ -#define __JE_LUA_AUDIO_H__ - -#include "je_lua_audio.h" - -namespace JinEngine -{ - namespace Lua - { - - int luaopen_audio(lua_State* L); - - } -} - -#endif
\ No newline at end of file |