LeviLamina
Loading...
Searching...
No Matches
ScreenViewCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 ScreenViewCommand& operator=(ScreenViewCommand const&);
38};
Definition ScreenViewCommand.h:5
Definition Alias.h:14