From 2aae62cea28f8b09b85133bb325f075c001f7f56 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 17 May 2018 00:04:36 +0200 Subject: Header tweak and comments --- src/textures.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/textures.c') 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 // Required for: malloc(), free() #include // Required for: strcmp(), strrchr(), strncmp() -- cgit v1.2.3