summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 );