LeviLamina
Loading...
Searching...
No Matches
InputComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // InputComponent inner types declare
8 // clang-format off
10 struct PressStats;
11 // clang-format on
12
13 // InputComponent inner types define
14 enum class PressType : int {};
15
17
18 struct PressStats {};
19};
Definition InputComponent.h:5
Definition InputComponent.h:18
Definition InputComponent.h:16