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