permission hook working correctly, good bye temp file
[physics.git] / src / GameStates / CreatingPolygon.cpp
... / ...
CommitLineData
1#include "CreatingPolygon.h"
2
3
4/// ***** Constructors/Destructors *****
5
6CreatingPolygon::CreatingPolygon()
7{
8
9}
10CreatingPolygon::~CreatingPolygon()
11{
12
13}
14
15/// ***** Public Class Methods *****
16
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}