X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=c4c5420888b63e5f7b7e7067fd5a9df9172f11da;hp=b2df7ef11f3aa3433612fc17ed0fec8b86400152;hb=a4debfe4a5f5d339410788971b698ba00cb7f09c;hpb=892da43bf5796e7c5f593a6d0f53bd797a36bd3e diff --git a/src/GameLayer.hh b/src/GameLayer.hh index b2df7ef..c4c5420 100644 --- a/src/GameLayer.hh +++ b/src/GameLayer.hh @@ -44,11 +44,12 @@ #include #include #include -#include #include #include "Character.hh" +#include "Heroine.hh" #include "Hud.hh" +#include "Scene.hh" class GameLayer; @@ -71,16 +72,18 @@ public: private: + void setProjection(); + void setProjection(Mf::Scalar width, Mf::Scalar height); + Mf::Sound music; - CharacterP heroine; + HeroineP heroine; + SceneP scene; Mf::Sound punchSound; Mf::PolynomialInterpolator<5> interp; - Mf::Lerp fadeIn; Mf::Camera camera; - Mf::OctreeP octree; HudP hud; };