refactor: minor cleanup

This commit is contained in:
MihailRis
2024-07-06 02:55:19 +03:00
parent 623b6ad8be
commit 9efb327270
3 changed files with 6 additions and 8 deletions
-2
View File
@@ -12,10 +12,8 @@ inline constexpr int DEF_PLAYER_INVENTORY_SIZE = 40;
class Content;
class World;
class Player;
class Chunks;
class Entities;
class Inventory;
class Inventories;
class LevelEvents;
class Lighting;