diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-21 15:01:18 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-21 15:01:18 +0100 |
| commit | 3acbe0d4063f5ba3060a19dcbdca91615015db88 (patch) | |
| tree | 3dd588d008088974ad2681ee9226d47379c0605f /loader-impl.cpp | |
| parent | 5eb4ae08d5cd81f7315998394054aa50e52b6870 (diff) | |
flush
Diffstat (limited to 'loader-impl.cpp')
| -rw-r--r-- | loader-impl.cpp | 2 |
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"}; |
