diff --git a/Cronos The New Dawn/SDK/Basic.hpp b/Cronos The New Dawn/SDK/Basic.hpp index a9e24ff..a072344 100644 --- a/Cronos The New Dawn/SDK/Basic.hpp +++ b/Cronos The New Dawn/SDK/Basic.hpp @@ -33,12 +33,12 @@ using namespace UC; */ namespace Offsets { - constexpr int32 GObjects = 0x0ADB22F0; - constexpr int32 AppendString = 0x01294990; - constexpr int32 GNames = 0x0ACCEB40; - constexpr int32 GWorld = 0x0AF2ECF8; - constexpr int32 ProcessEvent = 0x014C3B20; - constexpr int32 ProcessEventIdx = 0x0000004F; + inline int32 GObjects = 0x0ADB22F0; + inline int32 AppendString = 0x01294760; + inline int32 GNames = 0x0ACCFBC0; + inline int32 GWorld = 0x0AF2ECF8; + inline int32 ProcessEvent = 0x014C3B20; + inline int32 ProcessEventIdx = 0x0000004F; } namespace InSDKUtils