summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-02-18 06:32:11 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-02-18 06:32:11 +0100
commitdbc638717df7e4639693e06e4a581f57188d2647 (patch)
treedb343cd1b27aaecfac61133d77e645f7d98284bb
parente409d00af067860edb509df6ffc53c8a20b881ff (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.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/chunk.cpp b/atlas.cpp
index 62dcdc0e..46153629 100644
--- a/chunk.cpp
+++ b/atlas.cpp
@@ -1,4 +1,4 @@
-#include "chunk.hpp"
+#include "atlas.hpp"
#include <Magnum/ImageView.h>
#include <Magnum/GL/TextureFormat.h>
diff --git a/chunk.hpp b/atlas.hpp
index 4d747137..4d747137 100644
--- a/chunk.hpp
+++ b/atlas.hpp
diff --git a/main.cpp b/main.cpp
index 2e34393e..07dd6130 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,4 +1,4 @@
-#include "chunk.hpp"
+#include "atlas.hpp"
#include <Corrade/Containers/Optional.h>
#include <Corrade/Containers/ArrayViewStl.h>