CommonLibSSE (powerof3)
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  };
13  static_assert(sizeof(BottomBar) == 0x18);
14 }
Definition: GFxValue.h:90
Definition: AbsorbEffect.h:6
Definition: BottomBar.h:8
GFxValue obj
Definition: BottomBar.h:11