diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-02 07:27:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-02 07:27:12 +0100 |
commit | 6c4ffb423651a82bdf4f09579c8d61e8fe18a98f (patch) | |
tree | 10d09ede20baa178747ee05309272d1f14153e86 | |
parent | 4b118d6232e507978459b7920e695bee614a67f1 (diff) |
remove unused forward reference
-rw-r--r-- | draw/floor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/draw/floor.hpp b/draw/floor.hpp index 4ece92eb..651cee61 100644 --- a/draw/floor.hpp +++ b/draw/floor.hpp @@ -11,7 +11,6 @@ namespace floormat { struct tile_ref; -struct tile_proto; struct tile_shader; struct chunk; |