* Split every Tile class into its own header file.

This commit is contained in:
iProgramInCpp
2023-08-10 13:27:30 +03:00
parent b768764734
commit 27a0057886
82 changed files with 1231 additions and 604 deletions

View File

@@ -8,6 +8,7 @@
#include "LevelRenderer.hpp"
#include "Minecraft.hpp"
#include "world/tile/LeafTile.hpp"
LevelRenderer::LevelRenderer(Minecraft* pMC, Textures* pTexs)
{