d0208dac65f39fd4dcdbe8d507cde4fa0a762ba3
[physics.git] / src / GameStates / CreatingPolygon.cpp
1 #include "CreatingPolygon.h"
2
3
4 /// ***** Constructors/Destructors *****
5
6 CreatingPolygon::CreatingPolygon()
7 {
8
9 }
10 CreatingPolygon::~CreatingPolygon()
11 {
12
13 }
14
15 /// ***** Public Class Methods *****
16
17 void CreatingPolygon::handleInput(bool on_top) const
18 {
19     // TODO
20 }
21 void CreatingPolygon::update(float time_step, bool on_top) const
22 {
23
24 }
25 void CreatingPolygon::draw(bool on_top) const
26 {
27     // TODO
28 }