From d0a3b0d4401917dd02ad27b4f9a4b91699569e36 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Oct 2022 00:56:41 +0200 Subject: a --- tile.hpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'tile.hpp') diff --git a/tile.hpp b/tile.hpp index 7e65b881..6a717a26 100644 --- a/tile.hpp +++ b/tile.hpp @@ -1,18 +1,14 @@ #pragma once -#include "tile-atlas.hpp" -#include "hash.hpp" #include "defs.hpp" - -#include +#include +#include #include -#include -#include +#include #include -#include -#include namespace Magnum::Examples { +struct tile_atlas; constexpr inline Vector3 TILE_SIZE = { 50, 50, 50 }; struct tile_image final -- cgit v1.2.3