LeviLamina
Loading...
Searching...
No Matches
ResourcePackFileDownloader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // ResourcePackFileDownloader inner types declare
8 // clang-format off
9 struct FileChunkBatch;
10 // clang-format on
11
12 // ResourcePackFileDownloader inner types define
13 enum class ChunkOpResult : int {};
14
15 struct FileChunkBatch {};
16};
Definition ResourcePackFileDownloader.h:15
Definition ResourcePackFileDownloader.h:5