LeviLamina
Loading...
Searching...
No Matches
ScreenCapabilitiesRepo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI ::std::unique_ptr<::IScreenCapabilities> get(::std::string const& screenName) const;
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition IScreenCapabilities.h:8
Definition ScreenCapabilitiesRepo.h:10
Definition Alias.h:14