summaryrefslogtreecommitdiff
path: root/include/models.h
diff options
context:
space:
mode:
authorjussi2023-04-25 19:28:54 +0300
committerjussi2023-04-25 19:28:54 +0300
commit8b6337446dd79faf226ea9df40d4d06d81c38436 (patch)
tree14e55e4c50139c932c3d959583532675fe7be19a /include/models.h
parenta9ce78128d919e9798d7d2ec043879a4c685a9d1 (diff)
downloadreilua-enhanced-8b6337446dd79faf226ea9df40d4d06d81c38436.tar.gz
reilua-enhanced-8b6337446dd79faf226ea9df40d4d06d81c38436.tar.bz2
reilua-enhanced-8b6337446dd79faf226ea9df40d4d06d81c38436.zip
DrawCapsule and DrawCapsuleWires. Free Camera3D example.
Diffstat (limited to 'include/models.h')
-rw-r--r--include/models.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/models.h b/include/models.h
index 69cf143..b36d4ce 100644
--- a/include/models.h
+++ b/include/models.h
@@ -18,6 +18,8 @@ int lmodelsDrawCylinder( lua_State *L );
int lmodelsDrawCylinderEx( lua_State *L );
int lmodelsDrawCylinderWires( lua_State *L );
int lmodelsDrawCylinderWiresEx( lua_State *L );
+int lmodelsDrawCapsule( lua_State *L );
+int lmodelsDrawCapsuleWires( lua_State *L );
int lmodelsDrawPlane( lua_State *L );
int lmodelDrawQuad3DTexture( lua_State *L );
int lmodelsDrawRay( lua_State *L );