From 1b84fc144f77c4ebef6fdc0a476410420e0a95b3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 28 Oct 2022 18:31:18 +0200 Subject: refactoring work --- draw/wall.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'draw') diff --git a/draw/wall.hpp b/draw/wall.hpp index b021ef95..801d2c06 100644 --- a/draw/wall.hpp +++ b/draw/wall.hpp @@ -1,8 +1,7 @@ #pragma once -#include "tile.hpp" +#include "tile-defs.hpp" #include -#include #include #include #include @@ -10,6 +9,8 @@ namespace floormat { +struct tile; +struct tile_image; struct tile_shader; struct chunk; -- cgit v1.2.3