diff options
Diffstat (limited to 'floormat/draw-bounds.hpp')
-rw-r--r-- | floormat/draw-bounds.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/floormat/draw-bounds.hpp b/floormat/draw-bounds.hpp new file mode 100644 index 00000000..1c37cacf --- /dev/null +++ b/floormat/draw-bounds.hpp @@ -0,0 +1,8 @@ +#pragma once + +namespace floormat { + +struct z_bounds final { int8_t min, max, cur; bool only; }; +struct draw_bounds final { int16_t minx, maxx, miny, maxy; }; + +} // namespace floormat |