LeviLamina
Loading...
Searching...
No Matches
zip_source.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct zip_source {
6public:
7 // member variables
8 // NOLINTBEGIN
10#ifdef LL_PLAT_S
12#else // LL_PLAT_C
14#endif
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 zip_source& operator=(zip_source const&);
31 zip_source(zip_source const&);
32 zip_source();
33};
Definition Alias.h:14