X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=examples%2Fbassteroids%2Fsource%2Fbassteroids.h;fp=examples%2Fbassteroids%2Fsource%2Fbassteroids.h;h=f3eabdd0858fc39a9f2cbdfa7b6ae70e33d09ed5;hb=41a17ae9a2baa2cafacfc467acc87463d790c09b;hp=779092e1039ff835cce66a59f3196e1516e27b13;hpb=dc8d3a0deb2f166fe40ca09bda049ed48c58fcfc;p=libs%2Fgame.git diff --git a/examples/bassteroids/source/bassteroids.h b/examples/bassteroids/source/bassteroids.h index 779092e..f3eabdd 100644 --- a/examples/bassteroids/source/bassteroids.h +++ b/examples/bassteroids/source/bassteroids.h @@ -11,7 +11,10 @@ class PlayerController; class BassteroidsResources: public Msp::Game::ApplicationResources, public Msp::GameView::Resources -{ }; +{ +public: + BassteroidsResources(); +}; class Bassteroids: public Msp::GameView::Application { @@ -23,7 +26,6 @@ private: Msp::Game::Owned playfield; PlayerController *player_controller = nullptr; - Msp::Game::CameraSetup cam_setup; Msp::Game::Owned cam_entity; Msp::Game::Owned camera;