diff options
| author | Ray <raysan5@gmail.com> | 2017-04-30 13:03:31 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2017-04-30 13:03:31 +0200 |
| commit | d593bd0081ea2dcafe3182ffc874882b5b7110b4 (patch) | |
| tree | 15e9782c639571d57030420f69c6b8f7c4a69f50 /src/rlgl.c | |
| parent | 2d6213af6009a75cce8420f112ceb6d8bba7d198 (diff) | |
| download | raylib-d593bd0081ea2dcafe3182ffc874882b5b7110b4.tar.gz raylib-d593bd0081ea2dcafe3182ffc874882b5b7110b4.zip | |
Some code tweaks
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ #include <stdio.h> // Required for: fopen(), fclose(), fread()... [Used only on LoadText()] #include <stdlib.h> // Required for: malloc(), free(), rand() -#include <string.h> // Required for: strcmp(), strlen(), strtok() +#include <string.h> // Required for: strcmp(), strlen(), strtok() [Used only in extensions loading] #include <math.h> // Required for: atan2() #ifndef RLGL_STANDALONE |
