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