diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 06:32:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 06:32:11 +0100 |
commit | dbc638717df7e4639693e06e4a581f57188d2647 (patch) | |
tree | db343cd1b27aaecfac61133d77e645f7d98284bb | |
parent | e409d00af067860edb509df6ffc53c8a20b881ff (diff) |
rename atlas type filename
-rw-r--r-- | atlas.cpp (renamed from chunk.cpp) | 2 | ||||
-rw-r--r-- | atlas.hpp (renamed from chunk.hpp) | 0 | ||||
-rw-r--r-- | main.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#include "chunk.hpp" +#include "atlas.hpp" #include <Magnum/ImageView.h> #include <Magnum/GL/TextureFormat.h> @@ -1,4 +1,4 @@ -#include "chunk.hpp" +#include "atlas.hpp" #include <Corrade/Containers/Optional.h> #include <Corrade/Containers/ArrayViewStl.h> |