CommonLibSSE NG
Loading...
Searching...
No Matches
GWaitCondition.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 class GWaitConditionImpl;
6
8 {
9 public:
10 GWaitConditionImpl* impl; // 00
11 };
12 static_assert(sizeof(GWaitCondition) == 0x8);
13}
Definition GWaitCondition.h:8
GWaitConditionImpl * impl
Definition GWaitCondition.h:10
Definition AbsorbEffect.h:6