summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/floormat-main.hpp2
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;