New argument style for models.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user