LeviLamina
Loading...
Searching...
No Matches
AsyncStateRef.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member functions
8 // NOLINTBEGIN
9 MCAPI ~AsyncStateRef();
10 // NOLINTEND
11
12public:
13 // destructor thunk
14 // NOLINTBEGIN
15 MCAPI void $dtor();
16 // NOLINTEND
17};
Definition AsyncStateRef.h:5