massive cleaning of file section headers
[physics.git] / src / GameStates / CreatingPolygon.h
CommitLineData
ad9f1fb6
PG
1#ifndef CREATINGPOLYGON_H
2#define CREATINGPOLYGON_H
3
4#include "GameState.h"
5
617dcc71 6
ad9f1fb6 7/// ***** Header Class *****
617dcc71 8
ad9f1fb6
PG
9class CreatingPolygon : public GameState
10{
11 public:
12 CreatingPolygon();
13 virtual ~CreatingPolygon();
14
15 virtual void handleInput(bool=false) const;
16 virtual void update(float, bool=false) const;
17 virtual void draw(bool=false) const;
18};
19
20#endif // CREATINGPOLYGON_H