cleaned Make output, added base for entity Creator, and calling hooks
[physics.git] / src / entityCreator.cpp
1 #include "entityCreator.h"
2
3 void creator::init()
4 {
5
6 }
7 void creator::clean()
8 {
9
10 }
11
12 void creator::addBall()
13 {
14
15 }
16 void creator::removeBall()
17 {
18
19 }
20 void creator::removeAllBalls()
21 {
22
23 }