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