From 0e0e39832b6d55f3041fece2a6bda5aa0188347b Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:18:20 -0700 Subject: [PATCH] Update CommonLibSF/include/RE/Offsets.h Co-authored-by: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> --- CommonLibSF/include/RE/Offsets.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CommonLibSF/include/RE/Offsets.h b/CommonLibSF/include/RE/Offsets.h index c1f2bdf1..8268e983 100644 --- a/CommonLibSF/include/RE/Offsets.h +++ b/CommonLibSF/include/RE/Offsets.h @@ -120,6 +120,12 @@ namespace RE::Offset inline constexpr REL::ID Free{ 34032 }; } + namespace Misc + { + inline constexpr REL::ID DebugNotification{ 138728 }; + inline constexpr REL::ID PlayMenuSound{ 167344 }; + } + namespace PlayerCamera { inline constexpr REL::ID singleton{ 878523 };