X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=demos%2Fforestpond%2Fsource%2Fforestpond.h;h=c035dcd8eccd52bc19c9c28d09bd091cd1dda54a;hb=HEAD;hp=b626f4e169a85af4cf4a859932b418d61ca1f50d;hpb=35fbb952c5a932cd1b77111da42d5608b51caa4c;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 **);