CommonLibSSE (Parapets fork)
GWaitCondition.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace 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