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