LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
LauncherLoaderInputs.h
1 #ifndef LAUNCHER_LOADER_INPUTS_H_
2 #define LAUNCHER_LOADER_INPUTS_H_
3 
4 #include "InputProcessor.h"
5 #include "../../ComponentData/LauncherLoaderData.h"
6 
11 {
12 public:
14 
15  void Update();
16 
17 private:
18  DebouncedJoystick* m_operator_stick;
19  LauncherLoaderData* m_loaderData;
20 };
21 
22 #endif