CommonLibVR
BottomBar.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GFxValue.h"
4 
5 namespace RE
6 {
7  struct BottomBar
8  {
9  public:
10  // members
11  GFxValue obj; // 00 - kObject
12  private:
13  KEEP_FOR_RE()
14  };
15  static_assert(sizeof(BottomBar) == 0x18);
16 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: GFxValue.h:92
Definition: AbsorbEffect.h:6
Definition: BottomBar.h:8
GFxValue obj
Definition: BottomBar.h:11