CommonLibSSE NG
Loading...
Searching...
No Matches
BottomBar.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GFxValue.h"
4
5namespace 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:92
Definition AbsorbEffect.h:6
Definition BottomBar.h:8
GFxValue obj
Definition BottomBar.h:11