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