LeviLamina
Loading...
Searching...
No Matches
BaseLibraryInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
LibraryInfo {
6
7
struct
BaseLibraryInfo
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 32, ::std::string> mSectionHeader;
12
// NOLINTEND
13
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~BaseLibraryInfo() =
default
;
18
19
virtual ::std::string_view getType()
const
= 0;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
};
28
29
}
// namespace LibraryInfo
LibraryInfo::BaseLibraryInfo
Definition
BaseLibraryInfo.h:7
src-client
mc
client
gui
screens
controllers
library_info
BaseLibraryInfo.h
Generated on
for LeviLamina by
1.16.1