Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jul 23, 2024
2 parents 891eb56 + 98f8018 commit 9ce8859
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/RE/S/SleepWaitMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ namespace RE
void Accept(CallbackProcessor* a_processor) override; // 01
UI_MESSAGE_RESULTS ProcessMessage(UIMessage& a_message) override; // 04

static void ToggleOpenSleepWaitMenu(bool a_sleeping)
{
using func_t = decltype(&SleepWaitMenu::ToggleOpenSleepWaitMenu);
REL::Relocation<func_t> func{ RELOCATION_ID(51618, 52490) };
return func(a_sleeping);
}

// members
std::uint32_t unk30; // 30
std::uint32_t pad34; // 34
Expand Down

0 comments on commit 9ce8859

Please sign in to comment.