CommonLibVR
BGSLocalizedStringDL.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  // members
9  std::uint32_t id; // 0
10  private:
11  KEEP_FOR_RE()
12  };
13  static_assert(sizeof(BGSLocalizedStringDL) == 0x4);
14 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BGSLocalizedStringDL.h:6
std::uint32_t id
Definition: BGSLocalizedStringDL.h:9
Definition: AbsorbEffect.h:6