One step closer to multiplayer

This commit is contained in:
InfiniteCoder
2024-03-02 22:59:31 +03:00
parent 9d9c9f5570
commit 0157213a56
26 changed files with 213 additions and 219 deletions
+2
View File
@@ -49,6 +49,8 @@ public:
const EngineSettings& settings,
BlocksController* blocksController);
void update(float delta, bool input, bool pause);
Player* getPlayer();
};
#endif /* PLAYER_CONTROL_H_ */