LeviLamina
Loading...
Searching...
No Matches
BlockQueueEntry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct BlockQueueEntry {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<4, 12> mUnke42923;
10 ::ll::UntypedStorage<8, 8> mUnk5390c0;
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 BlockQueueEntry& operator=(BlockQueueEntry const&);
16 BlockQueueEntry(BlockQueueEntry const&);
17 BlockQueueEntry();
18};
Definition BlockQueueEntry.h:5