CommonLibVR
Loading...
Searching...
No Matches
VROverlayChange.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5#ifdef SKYRIMVR
6 struct VROverlayChange
7 {
8 public:
9 // members
10 std::byte unk00; // 00
11 private:
13 };
14 static_assert(sizeof(VROverlayChange) == 0x1);
15#endif
16}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition AbsorbEffect.h:6