Engine core and assets loading refactor

This commit is contained in:
MihailRis
2023-10-30 15:19:58 +03:00
committed by GitHub
parent 972db16a0c
commit 0576316282
10 changed files with 325 additions and 181 deletions
+3
View File
@@ -20,6 +20,9 @@ public:
PlayerController* playerController;
Level(World* world, Player* player, Chunks* chunks, PhysicsSolver* physics);
~Level();
void update(float delta, bool interactions);
};
#endif /* WORLD_LEVEL_H_ */