Header tweak and comments
This commit is contained in:
parent
1d3e4ef437
commit
2aae62cea2
3 changed files with 6 additions and 8 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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue