Pacman Torben Petré
Loading...
Searching...
No Matches
Game.h
Go to the documentation of this file.
1
#ifndef GAME_H
2
#define GAME_H
3
4
#include "
States/StateManager.h
"
5
6
7
class
Game
{
8
public
:
9
Game
();
10
11
private
:
18
void
loop()
const
;
19
20
std::shared_ptr<logic::Score> scoreSystem;
21
std::unique_ptr<StateManager> context{};
22
};
23
24
25
26
#endif
//GAME_H
StateManager.h
Game::Game
Game()
Definition
Game.cpp:10
Representation
Game.h
Generated by
1.15.0