X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fscene.h;h=f89f10daf26691412de2f950925b11b524d9c783;hb=77a534371433054384d213922a2e8c55f8a69ad6;hp=8083239390fed6d765e546ae08ea2aadde14f2ce;hpb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;p=libs%2Fgl.git diff --git a/source/render/scene.h b/source/render/scene.h index 80832393..f89f10da 100644 --- a/source/render/scene.h +++ b/source/render/scene.h @@ -25,7 +25,8 @@ protected: private: ContentMap *content; - unsigned inst_counter; + + static unsigned inline_counter; public: Loader(Scene &s, Collection &c): Loader(s, c, 0) { } @@ -36,6 +37,7 @@ protected: void object(const std::string &); void object_tagged(const std::string &, const std::string &); void scene(const std::string &); + void scene_inline(); }; public: