diff options
| author | Ray <raysan5@gmail.com> | 2018-05-17 00:04:36 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2018-05-17 00:04:36 +0200 |
| commit | 2aae62cea28f8b09b85133bb325f075c001f7f56 (patch) | |
| tree | b372f411ecb1c8d1c3628bb26d871ea6db3db36b /src/text.c | |
| parent | 1d3e4ef437bc7e8e0bdd9607370f0cce85e9f150 (diff) | |
| download | raylib-2aae62cea28f8b09b85133bb325f075c001f7f56.tar.gz raylib-2aae62cea28f8b09b85133bb325f075c001f7f56.zip | |
Header tweak and comments
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -36,9 +36,8 @@ * **********************************************************************************************/ -#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: strlen() |
