From 49f1dad6b9deeb769e384ae547fca9f64b90bf79 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 19 Aug 2022 13:38:09 +0300 Subject: Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 conventions. Removed GenMeshBinormals and GetRayCollisionModel. Sound and music pan. --- include/audio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/audio.h') diff --git a/include/audio.h b/include/audio.h index 1bb9601..45002aa 100644 --- a/include/audio.h +++ b/include/audio.h @@ -21,6 +21,7 @@ int laudioGetSoundsPlaying( lua_State *L ); int laudioIsSoundPlaying( lua_State *L ); int laudioSetSoundVolume( lua_State *L ); int laudioSetSoundPitch( lua_State *L ); +int laudioSetSoundPan( lua_State *L ); int laudioWaveFormat( lua_State *L ); int laudioWaveCopy( lua_State *L ); int laudioWaveCrop( lua_State *L ); @@ -34,5 +35,6 @@ int laudioResumeMusicStream( lua_State *L ); int laudioSeekMusicStream( lua_State *L ); int laudioSetMusicVolume( lua_State *L ); int laudioSetMusicPitch( lua_State *L ); +int laudioSetMusicPan( lua_State *L ); int laudioGetMusicTimeLength( lua_State *L ); int laudioGetMusicTimePlayed( lua_State *L ); -- cgit v1.2.3