summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index 385ba72e..be90c89a 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -152,6 +152,7 @@ private:
void _remove_bbox(const bbox& x);
void _add_bbox(const bbox& x);
void _replace_bbox(const bbox& x0, const bbox& x, bool b0, bool b);
+ GL::Mesh make_wall_mesh(size_t count);
};
} // namespace floormat