From e0799c6556678e0ff1fdb449cd848f77de5b1805 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 26 Jul 2018 19:34:59 +0200 Subject: [PATCH] Provide dummy defines for ZoneScoped*S macros. --- Tracy.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Tracy.hpp b/Tracy.hpp index a36f6297..bcaab54c 100644 --- a/Tracy.hpp +++ b/Tracy.hpp @@ -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)