LeviLamina
Loading...
Searching...
No Matches
CodeScreenControllerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/ScreenControllerProxy.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ~CodeScreenControllerProxy() /*override*/;
13 // NOLINTEND
14
15public:
16 // destructor thunk
17 // NOLINTBEGIN
18 MCFOLD void $dtor();
19 // NOLINTEND
20};
Definition CodeScreenControllerProxy.h:5
Definition ScreenControllerProxy.h:5