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 );
|
||||
|
||||
@@ -11,7 +11,6 @@ int lmodelsDrawCircle3D( lua_State *L );
|
||||
int lmodelsDrawTriangle3D( lua_State *L );
|
||||
int lmodelsDrawCube( lua_State *L );
|
||||
int lmodelsDrawCubeWires( lua_State *L );
|
||||
// int lmodelsDrawCubeTexture( lua_State *L );
|
||||
int lmodelsDrawSphere( lua_State *L );
|
||||
int lmodelsDrawSphereEx( lua_State *L );
|
||||
int lmodelsDrawSphereWires( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user