Creation of physics project
[physics.git] / src / GameStates / GameState.cpp
CommitLineData
ad9f1fb6
PG
1#include "GameState.h"
2
3/// ***** Constructors/Destructors *****
4GameState::GameState()
5{
6
7}
8GameState::~GameState()
9{
10
11}