From 8effd050ffb736df2124da00227d8b2843d298f6 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 9 Nov 2023 22:02:59 +0200 Subject: Organized shapes, textures, audio, text, lights and gui functions. --- src/shapes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shapes.c') 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 */ /* -- cgit v1.2.3