summaryrefslogtreecommitdiffhomepage
path: root/draw/floor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 14:29:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 14:45:29 +0100
commitd74df1b763979d281f76f3f30543aee8d8a638b7 (patch)
tree08939a34160b261c37644595aa8702dd0689d74f /draw/floor.hpp
parent7867213a01fcabb1f05b1836c2ca59dc3bb2132f (diff)
rename floor -> ground
Diffstat (limited to 'draw/floor.hpp')
-rw-r--r--draw/floor.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/draw/floor.hpp b/draw/floor.hpp
deleted file mode 100644
index 74547857..00000000
--- a/draw/floor.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-namespace floormat {
-
-struct tile_shader;
-struct chunk;
-
-struct floor_mesh final
-{
- floor_mesh();
-
- void draw(tile_shader& shader, chunk& c);
-};
-
-} // namespace floormat