X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresourcemanager.h;h=399d479abd2111dab7de39b557846d03aa797b2c;hb=574abfb;hp=5cc427f729cabaa4ec15eec927283d38297f4a68;hpb=5f84c8caeb789571503b5491f941c8ec31b700fe;p=libs%2Fgl.git diff --git a/source/resourcemanager.h b/source/resourcemanager.h index 5cc427f7..399d479a 100644 --- a/source/resourcemanager.h +++ b/source/resourcemanager.h @@ -16,6 +16,7 @@ class ResourceWatcher; class resource_load_error: public std::runtime_error { public: + resource_load_error(const std::string &, const std::string &); resource_load_error(const std::string &, const std::exception &); virtual ~resource_load_error() throw() { } }; @@ -55,6 +56,7 @@ private: Resource *resource; ResourceLocation location; + bool load_priority; IO::Seekable *io; Resource::AsyncLoader *loader; State state;