diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 17:13:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 17:13:06 +0100 |
commit | 98416d95331c63affabf331afba0e1dcb307c430 (patch) | |
tree | 35402e1b6319aad0d5d928a75395da9162496a7d /loader/loader.hpp | |
parent | ba90ba2ca91c448d80722985811fc6bddc6e9bf2 (diff) |
w
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r-- | loader/loader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp index 499a1f30..b62988ca 100644 --- a/loader/loader.hpp +++ b/loader/loader.hpp @@ -48,6 +48,7 @@ struct loader_ virtual ~loader_() noexcept; + static const StringView INVALID; static const StringView IMAGE_PATH_; static const StringView ANIM_PATH; static const StringView SCENERY_PATH; |