This commit is contained in:
h4570
2020-12-07 22:11:21 +01:00
parent 6d9b93998a
commit 5787b6a920
6 changed files with 32 additions and 23 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ private:
u8 skip1Beat;
TextureRepository *texRepo;
LightManager lightManager;
FloorManager floorManager;
Player player;
FloorManager *floorManager;
Player *player;
Camera camera;
Ui *ui;
Enemy *enemy;