LeviLamina
Loading...
Searching...
No Matches
Postfix.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace commands {
6
7struct Postfix {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 8, char const*> postfix;
12 // NOLINTEND
13};
14
15} // namespace commands
Definition Postfix.h:7