The whole moving the saveGame and loadGame into a class has worked very well, since I don't need to wonder how the hell to carry this variable to this header and back and forth. The next step is to come up with a sort of game engine, I'm thinking it will start by displaying a text HUD such as.
X:21 HP: CHAPTER:
Y:20...
So I have run into a small problem, and its easy to fix. at least I think it is (Funny how that works...)
In main, I have a function which reads from file and sets the characters variables. Problem is, when I go to a header file to make a new function (lets say fighting) I don't know how to pass the variables from main to the header file and...