What\'s the reason for putting void inside of the params?
Why not just leave it blank?
void createLevel(void); void createLevel();
There's no difference, this is just down to personal preference, e.g. to show yourself that when designing the function you didn't forget to give params.