LeviLamina
Loading...
Searching...
No Matches
AsyncState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct AsyncState {
6public:
7 // member functions
8 // NOLINTBEGIN
9 MCAPI void Release();
10 // NOLINTEND
11};
Definition AsyncState.h:5