diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 10:39:18 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 10:39:18 +0200 |
commit | f47790b1ec38f27c486ad2002dac8b310933f0a4 (patch) | |
tree | 3f239fe634e9df8d6221b1ee5844634618572ec9 /main | |
parent | ceef13e7bd4c01e66885611e2fef54d589a695da (diff) |
a
Diffstat (limited to 'main')
-rw-r--r-- | main/floormat-main.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/floormat-main.hpp b/main/floormat-main.hpp index 66efeeec..69b2bf34 100644 --- a/main/floormat-main.hpp +++ b/main/floormat-main.hpp @@ -1,6 +1,5 @@ #pragma once -#include "floormat.hpp" #include "src/global-coords.hpp" #include <Magnum/Math/Vector2.h> @@ -8,6 +7,7 @@ struct SDL_Window; namespace floormat { +struct fm_settings; struct floormat_app; struct tile_shader; struct world; |