summaryrefslogtreecommitdiffhomepage
path: root/floormat/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'floormat/main.hpp')
-rw-r--r--floormat/main.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index 59039152..648cd732 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -25,13 +25,11 @@ struct texture_unit_cache;
class path_search;
class astar;
struct point;
+struct z_bounds;
+struct draw_bounds;
struct floormat_main
{
- struct draw_bounds final
- {
- int16_t minx, maxx, miny, maxy;
- };
struct meshes final
{
ground_mesh& ground;