![]() |
HeadBall
1.0
A game
|
#include <SFML/Graphics.hpp>
#include <box2d/box2d.h>
#include <memory>
#include "State.hpp"
#include "Game.hpp"
#include "TimeManager.hpp"
#include "Ground.hpp"
#include "Ball.hpp"
#include "Uphill.hpp"
#include "Wall.hpp"
#include "Definition.hpp"
#include "GoalPost.hpp"
#include "Player.hpp"
Go to the source code of this file.
Classes | |
class | HeadBall::GameState |
Derived class of State class with visibility mode public that includes main gameplay. More... | |
Namespaces | |
HeadBall | |
Custom namespace used throughout the project. | |