Original Post
I was thinking about creating a rpg type battle system based on some code I had wrote before in cpp workshop on these forums. I would like to make it a graphical application though rather than a console text based one like before. I understand that there are different options I could use like win32 etc but I'm going to choose to do it in SDL since I've been messing about with it quite a lot lately. Unfortunately this seems to be more difficult than I realised since SDL doesn't seem to have any GUI classes that I can just use. The main thing I would need would be some sort of menu. How can I do this?
