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