summaryrefslogtreecommitdiffhomepage
path: root/src/quads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quads.hpp')
-rw-r--r--src/quads.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quads.hpp b/src/quads.hpp
index 1a788bd4..a15ca972 100644
--- a/src/quads.hpp
+++ b/src/quads.hpp
@@ -10,8 +10,6 @@ using texcoords = std::array<Vector2, 4>;
using indexes = std::array<UnsignedShort, 6>;
quad floor_quad(Vector3 center, Vector2 size);
-quad wall_quad_N(Vector3 center, Vector3 size);
-quad wall_quad_W(Vector3 center, Vector3 size);
indexes quad_indexes(size_t N);
texcoords texcoords_at(Vector2ui pos, Vector2ui size, Vector2ui image_size);