LeviLamina
Loading...
Searching...
No Matches
DebugRenderPositionQueueComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // DebugRenderPositionQueueComponent inner types declare
8 // clang-format off
9 struct DebugRenderInfo;
10 // clang-format on
11
12 // DebugRenderPositionQueueComponent inner types define
14 public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22 public:
23 // prevent constructor by default
24 DebugRenderInfo& operator=(DebugRenderInfo const&);
27 };
28
29public:
30 // member variables
31 // NOLINTBEGIN
32 ::ll::TypedStorage<
33 8,
34 40,
35 ::std::queue<
37 ::std::deque<::DebugRenderPositionQueueComponent::DebugRenderInfo>>>
38 mPositions;
39 // NOLINTEND
40};
Definition DebugRenderPositionQueueComponent.h:13
Definition DebugRenderPositionQueueComponent.h:5
Definition Alias.h:14