diff options
| author | Ray <[email protected]> | 2018-05-17 00:04:36 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-17 00:04:36 +0200 |
| commit | 2aae62cea28f8b09b85133bb325f075c001f7f56 (patch) | |
| tree | b372f411ecb1c8d1c3628bb26d871ea6db3db36b /src/textures.c | |
| parent | 1d3e4ef437bc7e8e0bdd9607370f0cce85e9f150 (diff) | |
| download | raylib-2aae62cea28f8b09b85133bb325f075c001f7f56.tar.gz raylib-2aae62cea28f8b09b85133bb325f075c001f7f56.zip | |
Header tweak and comments
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 4 |
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() |
