LeviLamina
Loading...
Searching...
No Matches
LRUCache.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
mce {
6
7
struct
LRUCache {
8
public
:
9
// LRUCache inner types declare
10
// clang-format off
11
struct
CacheEntry;
12
// clang-format on
13
14
// LRUCache inner types define
15
struct
CacheEntry {};
16
};
17
18
}
// namespace mce
src-server
mc
client
renderer
LRUCache.h
Generated on Tue Dec 30 2025 14:20:31 for LeviLamina by
1.12.0