Match and link TGameTypes

Former-commit-id: 8787239165
This commit is contained in:
2022-10-09 19:27:35 -07:00
parent fbd2b53823
commit 9e9b501f6b
11 changed files with 182 additions and 9 deletions

View File

@@ -9,11 +9,12 @@
class COsContext;
class IController;
class CArchitectureQueue;
class CInputGenerator {
public:
CInputGenerator(COsContext*, float, float);
CInputGenerator(COsContext*, float leftDiv, float rightDiv);
bool Update(float dt, CArchitectureQueue& queue);
IController* GetController() const { return x4_controller.get(); }
private: