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 | |
| 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')
| -rw-r--r-- | include/audio.h | 3 | ||||
| -rw-r--r-- | include/models.h | 1 |
2 files changed, 0 insertions, 4 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 ); diff --git a/include/models.h b/include/models.h index e956d7d..69cf143 100644 --- a/include/models.h +++ b/include/models.h @@ -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 ); |
