diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 13:14:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 13:14:25 +0100 |
commit | 22c0347382db21803cbeaf599a473b1d13b009a3 (patch) | |
tree | e700d33fa247600f69d2016405109aabae15ab71 /floormat | |
parent | f8af6aadbf67bd2ff459d3e8fb09364342a8d080 (diff) |
b
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/floormat/app.hpp b/floormat/app.hpp index 91ca9a8b..c07c48e1 100644 --- a/floormat/app.hpp +++ b/floormat/app.hpp @@ -14,7 +14,7 @@ union any_event; struct chunk_coords; struct chunk_coords_; -struct chunk; +class chunk; struct floormat_app { |