LeviLamina
Loading...
Searching...
No Matches
MoodyCamelBedrockMemoryTraits.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Memory {
6
7struct MoodyCamelBedrockMemoryTraits : public ::moodycamel::ConcurrentQueueDefaultTraits {};
8
9} // namespace Bedrock::Memory
Definition MoodyCamelBedrockMemoryTraits.h:7