finished changes to deps directory building
[physics.git] / entityCreator.h
... / ...
CommitLineData
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