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)) {