From 8abed46dfdc73e616891f86099bfcebdf03caede Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 10 Apr 2023 13:09:43 +0300 Subject: New argument style for models. --- include/audio.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/audio.h') diff --git a/include/audio.h b/include/audio.h index 7406220..f1a3b66 100644 --- a/include/audio.h +++ b/include/audio.h @@ -15,9 +15,6 @@ int laudioPlaySound( lua_State *L ); int laudioStopSound( lua_State *L ); int laudioPauseSound( lua_State *L ); int laudioResumeSound( lua_State *L ); -// int laudioPlaySoundMulti( lua_State *L ); -// int laudioStopSoundMulti( lua_State *L ); -// int laudioGetSoundsPlaying( lua_State *L ); int laudioIsSoundPlaying( lua_State *L ); int laudioSetSoundVolume( lua_State *L ); int laudioSetSoundPitch( lua_State *L ); -- cgit v1.2.3