|
|
@ -36,9 +36,13 @@ |
|
|
|
* |
|
|
|
**********************************************************************************************/ |
|
|
|
|
|
|
|
#include "config.h" // Defines module configuration flags |
|
|
|
#include "raylib.h" // Declares module functions |
|
|
|
|
|
|
|
// Check if config flags have been externally provided on compilation line |
|
|
|
#if !defined(EXTERNAL_CONFIG_FLAGS) |
|
|
|
#include "config.h" // Defines module configuration flags |
|
|
|
#endif |
|
|
|
|
|
|
|
#include <stdlib.h> // Required for: malloc(), free() |
|
|
|
#include <string.h> // Required for: strlen() |
|
|
|
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end() |
|
|
|