summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/clickable.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/clickable.hpp b/main/clickable.hpp
index da50a1d1..88c309ef 100644
--- a/main/clickable.hpp
+++ b/main/clickable.hpp
@@ -6,13 +6,13 @@
namespace floormat {
-struct entity;
+struct object;
struct clickable final {
Math::Range2D<unsigned> src;
Math::Range2D<int> dest;
BitArrayView bitmask;
- entity* e;
+ object* e;
float depth, slope;
Vector2s bb_min, bb_max; // debug only
uint32_t stride;