From a87b0b950e1ecdffc2bc30d5b2c01d3321df3373 Mon Sep 17 00:00:00 2001 From: TommInfinite <81481291+TommInfinite@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:47:31 +0300 Subject: [PATCH] Update ID.h --- CommonLibSF/include/REL/ID.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CommonLibSF/include/REL/ID.h b/CommonLibSF/include/REL/ID.h index 50420422..28d0a586 100644 --- a/CommonLibSF/include/REL/ID.h +++ b/CommonLibSF/include/REL/ID.h @@ -187,6 +187,8 @@ namespace REL kMsStore, }; + inline static enum Platform CurrentPlatform; + [[nodiscard]] static IDDatabase& get() { if (_initialized.load(std::memory_order_relaxed)) {