summaryrefslogtreecommitdiffhomepage
path: root/loader-impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader-impl.cpp')
-rw-r--r--loader-impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader-impl.cpp b/loader-impl.cpp
index 63b16a10..1f22dfe3 100644
--- a/loader-impl.cpp
+++ b/loader-impl.cpp
@@ -12,6 +12,8 @@
namespace Magnum::Examples {
+using atlas_ptr = std::shared_ptr<atlas_texture>;
+
struct loader_impl final : loader_
{
const Utility::Resource shader_res{"game/shaders"};