LeviLamina
Loading...
Searching...
No Matches
DebugInfoSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityRegistry;
11class ItemStack;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::std::string (*)(::ItemStack const&)> mIconSerializer;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual void tick(::EntityRegistry&) /*override*/;
25
26 virtual ~DebugInfoSystem() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
Definition DebugInfoSystem.h:14
Definition EntityRegistry.h:10
Definition ITickingSystem.h:15
Definition ItemStack.h:26