diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-25 15:20:26 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-25 15:20:26 +0200 |
| commit | 274c548274d9fcbb1cd9fca5b522f8a6cc8869d2 (patch) | |
| tree | 1b0e94ffd75d41ef9504ad4ef5c32ab4246bc9df | |
| parent | dad4ae54192bd420aaf7b8816a953c0e42a93dd6 (diff) | |
.
| -rw-r--r-- | loader-impl.cpp | 2 | ||||
| -rw-r--r-- | main.cpp | 2 | ||||
| -rw-r--r-- | texture-atlas.cpp (renamed from atlas.cpp) | 2 | ||||
| -rw-r--r-- | texture-atlas.hpp (renamed from atlas.hpp) | 0 | ||||
| -rw-r--r-- | tile.hpp | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/loader-impl.cpp b/loader-impl.cpp index 6d760330..2008dbae 100644 --- a/loader-impl.cpp +++ b/loader-impl.cpp @@ -1,6 +1,6 @@ #include "defs.hpp" #include "loader.hpp" -#include "atlas.hpp" +#include "texture-atlas.hpp" #include <Corrade/Containers/Optional.h> #include <Corrade/Containers/StringView.h> #include <Corrade/PluginManager/PluginManager.h> @@ -1,4 +1,4 @@ -#include "atlas.hpp" +#include "texture-atlas.hpp" #include "loader.hpp" #include "tile-shader.hpp" #include "defs.hpp" diff --git a/atlas.cpp b/texture-atlas.cpp index 041df3f8..e8e44900 100644 --- a/atlas.cpp +++ b/texture-atlas.cpp @@ -1,4 +1,4 @@ -#include "atlas.hpp" +#include "texture-atlas.hpp" #include "defs.hpp" #include <Magnum/ImageView.h> #include <Magnum/GL/TextureFormat.h> diff --git a/atlas.hpp b/texture-atlas.hpp index e7f8a260..e7f8a260 100644 --- a/atlas.hpp +++ b/texture-atlas.hpp @@ -1,5 +1,5 @@ #pragma once -#include "atlas.hpp" +#include "texture-atlas.hpp" #include "hash.hpp" #include "defs.hpp" |
