Creation of physics project
[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 }