More main progress; tons of headers & stuff

Former-commit-id: a6e365791b
This commit is contained in:
2022-09-13 00:26:54 -04:00
parent c6823f56cd
commit 329618c585
95 changed files with 1673 additions and 202 deletions

View File

@@ -0,0 +1,16 @@
#ifndef _CINPUTGENERATOR_HPP
#define _CINPUTGENERATOR_HPP
#include "types.h"
class COsContext;
class CInputGenerator {
public:
CInputGenerator(COsContext*, f32, f32);
private:
u8 pad[0x14];
};
#endif