mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
Update config.h
This commit is contained in:
@ -361,6 +361,8 @@
|
|||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
#endif // !EXTERNAL_CONFIG_FLAGS
|
#endif // !EXTERNAL_CONFIG_FLAGS
|
||||||
|
|
||||||
|
// NOTE: Following macro depends on config flag that can
|
||||||
|
// be externally defined, so, it needs to be outside EXTERNAL_CONFIG_FLAGS
|
||||||
#if SUPPORT_TRACELOG
|
#if SUPPORT_TRACELOG
|
||||||
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
|
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user