cleaned Make output, added base for entity Creator, and calling hooks
[physics.git] / src / entityCreator.h
CommitLineData
054d658f
PG
1#ifndef ENTITYCREATOR_H
2#define ENTITYCREATOR_H
3
4//#include "Entities/Entity.h"
5
6/// ***** Header Methods *****
7namespace creator
8{
9 void init();
10 void clean();
11
12 void addBall();
13 void removeBall();
14 void removeAllBalls();
15}
16#endif // ENTITYCREATOR_H