Hi, maybe I should post this on Game prog board, but to do a difficulty setting for a game, would one of lines have to be somthing like this:

Code:
enum difficulty{east, normal, hard};
i could be well out of scope, but it is an idea of what I could use, any ideas?