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