LeviLamina
Loading...
Searching...
No Matches
CachedResourcesWatermarks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<4, 4> mUnk856b74;
12 ::ll::UntypedStorage<4, 4> mUnkab739c;
13 ::ll::UntypedStorage<4, 4> mUnk79bb9d;
14 ::ll::UntypedStorage<4, 4> mUnk4125bf;
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 CachedResourcesWatermarks& operator=(CachedResourcesWatermarks const&);
20 CachedResourcesWatermarks(CachedResourcesWatermarks const&);
21 CachedResourcesWatermarks();
22};
23
24} // namespace cohtml
Definition CachedResourcesWatermarks.h:7