cleaned how balls are added
[physics.git] / src / game.h
index 83d2f51..272cd83 100644 (file)
@@ -26,7 +26,7 @@ namespace game
     void init();
     void clean();
 
-    void input();
+    void handleInput();
     void update(float);
     void draw();
 }