Loads an XML file and renders it with SDL.
- Install CMake 3.1 or above
- From this folder in Windows Explorer, Shift + Right Click an empty spot and click Open Command Window Here.
- Enter the following commands:
mkdir Build
cd Build
cmake -G "Visual Studio 12" ..
Instead of copying Assets/ to a folder where Visual Studio or make can find it, I'm going to use SDL_GetBasePath() to do it.