This commit is contained in:
MarcEricMartel
2023-11-24 15:32:53 -05:00
parent 0c1714dd14
commit 775c8cf26f
3 changed files with 11 additions and 18 deletions

View File

@@ -39,6 +39,8 @@ public:
void Run(World* world);
void CleanInputManifest(Timestamp time);
bool m_nsync = true;
private:
std::unordered_map<Timestamp, Input> m_input_manifest;
std::vector<Input> m_input_vector;