summaryrefslogtreecommitdiffhomepage
path: root/floormat/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'floormat/app.hpp')
-rw-r--r--floormat/app.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/floormat/app.hpp b/floormat/app.hpp
index e387c0c4..02f7d24c 100644
--- a/floormat/app.hpp
+++ b/floormat/app.hpp
@@ -17,10 +17,11 @@ struct chunk_coords_;
class chunk;
struct Ns;
+struct z_bounds;
+struct draw_bounds;
+
struct floormat_app
{
- struct z_bounds final { int8_t min, max, cur; bool only; };
-
explicit floormat_app() noexcept;
virtual ~floormat_app() noexcept;