From ca45c988d766f6d082845fd88e642a8452df4280 Mon Sep 17 00:00:00 2001 From: Albin Johansson Date: Thu, 15 Sep 2022 21:18:26 +0200 Subject: [PATCH] Include animation.hpp in root header --- src/centurion.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/centurion.hpp b/src/centurion.hpp index 68bc702b7..2873775bb 100644 --- a/src/centurion.hpp +++ b/src/centurion.hpp @@ -29,6 +29,7 @@ #pragma once #endif // CENTURION_NO_PRAGMA_ONCE +#include "centurion/animation.hpp" #include "centurion/audio.hpp" #include "centurion/audio_events.hpp" #include "centurion/color.hpp"