summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>