LeviLamina
Loading...
Searching...
No Matches
ScriptCommandOutput.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class ScriptCommandOutput {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 ScriptCommandOutput& operator=(ScriptCommandOutput const&);
16 ScriptCommandOutput(ScriptCommandOutput const&);
17 ScriptCommandOutput();
18};
Definition Alias.h:14