Provide dummy defines for ZoneScoped*S macros.

This commit is contained in:
Bartosz Taudul 2018-07-26 19:34:59 +02:00
parent c4bd4e6c70
commit e0799c6556

View File

@ -31,6 +31,12 @@
#define TracyAlloc(x,y)
#define TracyFree(x)
#define ZoneScopedS(x)
#define ZoneScopedNS(x,y)
#define ZoneScopedCS(x,y)
#define ZoneScopedNCS(x,y,z)
#define TracyAllocS(x,y,z)
#define TracyFreeS(x,y)