CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
SendHUDMessage.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 namespace SendHUDMessage
6 {
7 inline void PopHUDMode(const char* a_hudMode)
8 {
9 using func_t = decltype(&SendHUDMessage::PopHUDMode);
10 static REL::Relocation<func_t> func{ RELOCATION_ID(50726, 51621) };
11 return func(a_hudMode);
12 }
13
14 inline void PushHUDMode(const char* a_hudMode)
15 {
16 using func_t = decltype(&SendHUDMessage::PushHUDMode);
17 static REL::Relocation<func_t> func{ RELOCATION_ID(50725, 51620) };
18 return func(a_hudMode);
19 }
20 }
21}
#define RELOCATION_ID(SE, AE)
Definition PCH.h:506
Definition Relocation.h:210
void PopHUDMode(const char *a_hudMode)
Definition SendHUDMessage.h:7
void PushHUDMode(const char *a_hudMode)
Definition SendHUDMessage.h:14
Definition AbsorbEffect.h:6