CommonLibVR
VRResetHMDHeight.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5 #ifdef SKYRIMVR
6  struct VRResetHMDHeight
7  {
8  public:
9  // members
10  private:
11  KEEP_FOR_RE()
12  };
13  //static_assert(sizeof(VRResetHMDHeight) == 0x0); // TODO: Find how this is constructed, may be unused?
14 #endif
15 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: AbsorbEffect.h:6