CommonLibSSE NG
Loading...
Searching...
No Matches
SuspendedStack.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/S/Stack.h"
4
5namespace RE
6{
7 namespace BSScript
8 {
9 class Stack;
10
11 namespace Internal
12 {
13 class IFuncCallQuery;
14
16 {
17 public:
18 // members
21 };
22 static_assert(sizeof(SuspendedStack) == 0x10);
23 }
24 }
25}
Definition BSTSmartPointer.h:36
Definition AbsorbEffect.h:6
Definition SuspendedStack.h:16
BSTSmartPointer< IFuncCallQuery > funcCallQuery
Definition SuspendedStack.h:20
BSTSmartPointer< Stack > stack
Definition SuspendedStack.h:19