LeviLamina
Loading...
Searching...
No Matches
InternalSystemInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/systems/SystemInfo.h"
7
9public:
10 // member functions
11 // NOLINTBEGIN
12 MCAPI ~InternalSystemInfo();
13 // NOLINTEND
14
15public:
16 // destructor thunk
17 // NOLINTBEGIN
18 MCFOLD void $dtor();
19 // NOLINTEND
20};
Definition InternalSystemInfo.h:8
Definition SystemInfo.h:12