Problem with SDL + OpenGLBy looking at the screenshots, it looks as if you never clear your buffer(s). Debug your program and...
Is anyone willing to give me help on a game im making@Disch Woops you're right :)
Is anyone willing to give me help on a game im making1.) The nature of a Game State is very much like the behavior of a Stack. Essentially, you want to b...
Why is this not running?!In your code: [code]int main () { void Instructions(); return 0; }[/code] Remove the [code]voi...
Using a class with a constructor in another class The reason your solution worked, is because of this: [code]TitleState::TitleState:PlayButton(//etc[/...
This user does not accept Private Messages