LeviLamina
Loading...
Searching...
No Matches
PersonaTextureResources.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // constructor thunks
29 // NOLINTBEGIN
30 MCNAPI void* $ctor();
31 // NOLINTEND
32};
Definition PersonaTextureResources.h:5
MCAPI void * $ctor()
Definition _HeaderOutputPredefine.h:273