Link CTweakPlayerControl

Former-commit-id: b45d9d9a48
This commit is contained in:
2022-10-18 23:46:19 -04:00
parent 4b54017b62
commit 2460b6e91b
4 changed files with 7 additions and 7 deletions

View File

@@ -12,15 +12,15 @@
class CInputStream;
class CTweakPlayerControl;
class CTweakPlayerControl : public ITweakObject, public TOneStatic< CTweakPlayerControl > {
class CTweakPlayerControl : public ITweakObject {
public:
CTweakPlayerControl(CInputStream&);
~CTweakPlayerControl() override;
ControlMapper::EFunctionList GetMapping(ControlMapper::ECommands command) const;
private:
rstl::reserved_vector<ControlMapper::EFunctionList, 67> m_mappings;
rstl::reserved_vector< ControlMapper::EFunctionList, 67 > m_mappings;
};
#endif // _CTWEAKPLAYERCONTROL