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