X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fresources.h;h=ed0323bb97b8c089a9027d6745d9aa3fa1b8bfe4;hp=fc7e7d2818c9abd8c27945712ee03770e48a8791;hb=08fa4d11a07a52e62eb4e30730d2a2b9cdcb568d;hpb=94151737f2983ca7cade5be0e20c98fbc6f11eea diff --git a/source/resources.h b/source/resources.h index fc7e7d2..ed0323b 100644 --- a/source/resources.h +++ b/source/resources.h @@ -19,11 +19,15 @@ private: const Msp::GL::Font *ui_font; const Msp::GL::Technique *ui_text_technique; +protected: Resources(); public: Resources(const std::string &); +protected: + void init_sources(const std::string &); private: + void init(); static const DataFile::CollectionSource &get_builtin_source(); public: static Resources &get_builtins();