massive cleaning of file section headers
[physics.git] / src / entityCreator.h
CommitLineData
054d658f
PG
1#ifndef ENTITYCREATOR_H
2#define ENTITYCREATOR_H
3
054d658f
PG
4
5/// ***** Header Methods *****
6namespace creator
7{
8 void init();
9 void clean();
10
11 void addBall();
12 void removeBall();
13 void removeAllBalls();
14}
15#endif // ENTITYCREATOR_H