Update config.h

This commit is contained in:
Ray
2026-03-02 16:07:56 +01:00
parent 23c8ee855d
commit bf830c3f7b

View File

@@ -361,6 +361,8 @@
//------------------------------------------------------------------------------------
#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
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
#else