Commit | Line | Data |
---|---|---|
1 | #include "CreatingPolygon.h" | |
2 | ||
3 | /// ***** Constructors/Destructors ***** | |
4 | CreatingPolygon::CreatingPolygon() | |
5 | { | |
6 | ||
7 | } | |
8 | CreatingPolygon::~CreatingPolygon() | |
9 | { | |
10 | ||
11 | } | |
12 | ||
13 | /// ***** Public Class Methods ***** | |
14 | void CreatingPolygon::handleInput(bool on_top) const | |
15 | { | |
16 | // TODO | |
17 | } | |
18 | void CreatingPolygon::update(float time_step, bool on_top) const | |
19 | { | |
20 | ||
21 | } | |
22 | void CreatingPolygon::draw(bool on_top) const | |
23 | { | |
24 | // TODO | |
25 | } |