From 23705fd84ce32c703cd511f12707d161c00be089 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 10 Mar 2023 01:07:06 +0100 Subject: [PATCH] Add a reminder to keep interfaces in sync. --- server/TracyEvent.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 7a153bfb..9dce17aa 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -729,6 +729,7 @@ enum class PlotType : uint8_t SysTime }; +// Keep this in sync with enum in TracyC.h enum class PlotValueFormatting : uint8_t { Number,