What\'s the reason for putting void inside of the params?
Why not just leave it blank?
void createLevel(void); void createLevel();
Only put VOID void in params if you're old school (I do)
VOID
void