X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FentityCreator.h;h=b0b097485c36d93c8fe124e3c67aa4f0c9a279ac;hb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;hp=6987c345beae3e3f28219b28851b2316854972fb;hpb=88e62c4ff5f422b930c38ab643121e5f8607d889;p=physics.git diff --git a/src/entityCreator.h b/src/entityCreator.h index 6987c34..b0b0974 100644 --- a/src/entityCreator.h +++ b/src/entityCreator.h @@ -18,7 +18,7 @@ #ifndef ENTITYCREATOR_H #define ENTITYCREATOR_H -#include "Vector2.h" +#include /// ***** Header Methods ***** namespace creator @@ -30,6 +30,6 @@ namespace creator void removeBall(); void removeAllBalls(); - void input(); + void handleInput(); } #endif // ENTITYCREATOR_H