diff options
| author | jussi | 2023-04-10 13:09:43 +0300 |
|---|---|---|
| committer | jussi | 2023-04-10 13:09:43 +0300 |
| commit | 8abed46dfdc73e616891f86099bfcebdf03caede (patch) | |
| tree | d59a5c7f6f2693caf0622ecd3447ea1e4b8c5878 /include/audio.h | |
| parent | f4ae19ca7d62a2bc6b125a1ddb678300b30790d2 (diff) | |
| download | reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.tar.gz reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.tar.bz2 reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.zip | |
New argument style for models.
Diffstat (limited to 'include/audio.h')
| -rw-r--r-- | include/audio.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 ); |
