Hopson-Arcade
Hopson-Arcade copied to clipboard
Repeated code in world class
The functions void World::playerProjectileInput() and void World::enemyProjectileFire() have very similar function bodies, there must be a way to generalise these functions somehow.