From 89acc4653fe7ea3a76dd49711b3ac6b704ed509d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 09:49:23 +0200 Subject: a --- tile.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tile.cpp (limited to 'tile.cpp') diff --git a/tile.cpp b/tile.cpp deleted file mode 100644 index 41d11067..00000000 --- a/tile.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "tile.hpp" -#include "tile-atlas.hpp" - -namespace Magnum::Examples { - -local_coords::local_coords(std::size_t x, std::size_t y) : x{(std::uint8_t)x}, y{(std::uint8_t)y} -{ - CORRADE_INTERNAL_ASSERT(x <= 0xff && y <= 0xff); -} - -} // namespace Magnum::Examples -- cgit v1.2.3