Update raudio.c
This commit is contained in:
parent
b4fddf146b
commit
1613057881
1 changed files with 4 additions and 5 deletions
|
@ -70,11 +70,10 @@
|
||||||
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end()
|
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end()
|
||||||
#else
|
#else
|
||||||
#include "raylib.h" // Declares module functions
|
#include "raylib.h" // Declares module functions
|
||||||
|
// Check if config flags have been externally provided on compilation line
|
||||||
// Check if config flags have been externally provided on compilation line
|
#if !defined(EXTERNAL_CONFIG_FLAGS)
|
||||||
#if !defined(EXTERNAL_CONFIG_FLAGS)
|
#include "config.h" // Defines module configuration flags
|
||||||
#include "config.h" // Defines module configuration flags
|
#endif
|
||||||
#endif
|
|
||||||
#include "utils.h" // Required for: fopen() Android mapping
|
#include "utils.h" // Required for: fopen() Android mapping
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue