X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fzsortedscene.h;h=b032cbcdf01f08e228846aebb32b3c5b96c60d37;hb=041717fbfb7d9a46459f15ecc55a5520f84d006c;hp=5c876697cae9ee3a878c42be2fc48156471ee9ce;hpb=b160f64ab6da260bad06a4e5f5bfed243e2cdc24;p=libs%2Fgl.git diff --git a/source/zsortedscene.h b/source/zsortedscene.h index 5c876697..b032cbcd 100644 --- a/source/zsortedscene.h +++ b/source/zsortedscene.h @@ -1,7 +1,9 @@ #ifndef MSP_GL_ZSORTEDSCENE_H_ #define MSP_GL_ZSORTEDSCENE_H_ -#include "simplescene.h" +#include +#include +#include "scene.h" namespace Msp { namespace GL { @@ -28,9 +30,9 @@ class ZSortedScene: public Scene private: struct SortedRenderable { + const Renderable *renderable; bool in_frustum; float depth; - const Renderable *renderable; SortedRenderable(const Renderable *);