diff options
| author | Ray <raysan5@gmail.com> | 2018-04-08 22:46:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-08 22:46:44 +0200 |
| commit | cd616258c6875d422cf20899f0daf89ba1d8e84a (patch) | |
| tree | 7eef095832704c4bce4f69bbe378d10409f92472 /src/utils.c | |
| parent | 9e7dedf5af6ea3f70196e86865b8a7e676b419b2 (diff) | |
| parent | 1dbce352479f64748879fecb9df646654cd92229 (diff) | |
| download | raylib-cd616258c6875d422cf20899f0daf89ba1d8e84a.tar.gz raylib-cd616258c6875d422cf20899f0daf89ba1d8e84a.zip | |
Merge pull request #522 from a3f/master
Refactor all #define SUPPORT_* into a config.h
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index e37b4ff7..9d9d8b55 100644 --- a/src/utils.c +++ b/src/utils.c @@ -41,7 +41,7 @@ * **********************************************************************************************/ -#define SUPPORT_TRACELOG // Output tracelog messages +#include "config.h" #include "raylib.h" // WARNING: Required for: LogType enum #include "utils.h" |
