X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fforestpond%2Fsource%2Fforestpond.h;h=c035dcd8eccd52bc19c9c28d09bd091cd1dda54a;hb=7efe2d35f5d53c0f086a1b85b7d3dea6a6c709ab;hp=b626f4e169a85af4cf4a859932b418d61ca1f50d;hpb=813301f2b342cd166461b2d266023d0292ba0f87;p=libs%2Fgl.git diff --git a/demos/forestpond/source/forestpond.h b/demos/forestpond/source/forestpond.h index b626f4e1..c035dcd8 100644 --- a/demos/forestpond/source/forestpond.h +++ b/demos/forestpond/source/forestpond.h @@ -5,12 +5,14 @@ #include #include #include +#include #include #include #include #include #include #include +#include "water.h" class ForestPond: public Msp::RegisteredApplication { @@ -34,6 +36,9 @@ private: std::unique_ptr sequence; Msp::GL::Camera &camera; + Msp::GL::OrderedScene content; + Water water; + public: ForestPond(int, char **);