diff options
Diffstat (limited to 'include/AsyncImageLoader.hpp')
-rw-r--r-- | include/AsyncImageLoader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/AsyncImageLoader.hpp b/include/AsyncImageLoader.hpp index 2d083b5..672e0e6 100644 --- a/include/AsyncImageLoader.hpp +++ b/include/AsyncImageLoader.hpp @@ -18,6 +18,7 @@ namespace QuickMedia { LOADING, READY_TO_LOAD, FINISHED_LOADING, + FAILED_TO_LOAD, APPLIED_TO_TEXTURE }; |