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