From a93d597ca768fa809a0c5a8ffd8ab156990b2e73 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 27 Feb 2023 01:45:46 +0100 Subject: src: forward-declare BitArrayView --- src/anim-atlas.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp index e58f90b6..d8105813 100644 --- a/src/anim-atlas.hpp +++ b/src/anim-atlas.hpp @@ -4,12 +4,18 @@ #include "anim.hpp" #include #include -#include #include #include #include #include +namespace Corrade::Containers { +class BitArray; +template class BasicBitArrayView; +typedef BasicBitArrayView BitArrayView; +typedef BasicBitArrayView MutableBitArrayView; +} // namespace Corrade::Containers + namespace floormat { struct anim_atlas final -- cgit v1.2.3