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