LeviLamina
Loading...
Searching...
No Matches
inflate_state.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // prevent constructor by default
48 inflate_state& operator=(inflate_state const&);
51};
Definition inflate_state.h:5
Definition Alias.h:14