aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/src/lstate.h')
0 files changed, 0 insertions, 0 deletions
am; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "lua_api/l_base.h" class ModApiSound : public ModApiBase { private: static int l_sound_play(lua_State *L); static int l_sound_stop(lua_State *L); public: static void Initialize(lua_State *L, int top); };