summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textures.c b/src/textures.c
index 7344e74b..46867aab 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -52,9 +52,9 @@
* 3. This notice may not be removed or altered from any source distribution.
*
**********************************************************************************************/
-#include "config.h"
-#include "raylib.h"
+#include "config.h" // Defines module configuration flags
+#include "raylib.h" // Declares module functions
#include <stdlib.h> // Required for: malloc(), free()
#include <string.h> // Required for: strcmp(), strrchr(), strncmp()