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 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30
31 // NOLINTEND
32};
Definition DebugInfoSystem.h:14
Definition EntityRegistry.h:11
Definition ITickingSystem.h:15
Definition ItemStack.h:35