LeviLamina
Loading...
Searching...
No Matches
zlib_filefunc64_def_s.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct zlib_filefunc64_def_s {
6public:
7 // member variables
8 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 zlib_filefunc64_def_s& operator=(zlib_filefunc64_def_s const&);
22 zlib_filefunc64_def_s(zlib_filefunc64_def_s const&);
23 zlib_filefunc64_def_s();
24};
Definition Alias.h:14