stratgame

diff src/game_part.h @ 2:369b51c9e4a8

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 May 2012 07:25:43 +0300
parents 86b53f76899f
children 8d95187cb3ee
line diff
     1.1 --- a/src/game_part.h	Tue May 22 05:02:00 2012 +0300
     1.2 +++ b/src/game_part.h	Wed May 23 07:25:43 2012 +0300
     1.3 @@ -6,10 +6,12 @@
     1.4  
     1.5  class Game : public Part {
     1.6  private:
     1.7 -	Level *level;
     1.8 +	Level level;
     1.9  public:
    1.10  	~Game();
    1.11  
    1.12 +	bool init();
    1.13 +
    1.14  	void draw() const;
    1.15  	void key(int key, bool pressed);
    1.16  };