summaryrefslogtreecommitdiff
path: root/src/shapes.c
diff options
context:
space:
mode:
authorjussi2023-11-09 22:02:59 +0200
committerjussi2023-11-09 22:02:59 +0200
commit8effd050ffb736df2124da00227d8b2843d298f6 (patch)
tree47e3970fd315384a86e467b27edccc7bd75bb4bd /src/shapes.c
parente056446750bff6db15842aea662f18a322052d8c (diff)
downloadreilua-enhanced-8effd050ffb736df2124da00227d8b2843d298f6.tar.gz
reilua-enhanced-8effd050ffb736df2124da00227d8b2843d298f6.tar.bz2
reilua-enhanced-8effd050ffb736df2124da00227d8b2843d298f6.zip
Organized shapes, textures, audio, text, lights and gui functions.
Diffstat (limited to 'src/shapes.c')
-rw-r--r--src/shapes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shapes.c b/src/shapes.c
index 33896ed..c68504c 100644
--- a/src/shapes.c
+++ b/src/shapes.c
@@ -5,7 +5,7 @@
#include "textures.h"
/*
-## Shapes - Drawing
+## Shapes - Basic shapes drawing functions
*/
/*
@@ -556,7 +556,7 @@ int lshapesDrawPolyLinesEx( lua_State *L ) {
}
/*
-## Shapes - Collision
+## Shapes - Basic shapes collision detection functions
*/
/*