Pretty much exactly as it sounds. I put all files except GameLogicInterface.h and GameLogicInterface.cpp into a folder called 'engine' and those two files into a folder called 'game'. I also added a few filters to the 'engine' part of the source files in the visual studio project just for organization purposes.
I highly suggest you pull this change before making any more contributions
Pretty much exactly as it sounds. I put all files except GameLogicInterface.h and GameLogicInterface.cpp into a folder called 'engine' and those two files into a folder called 'game'. I also added a few filters to the 'engine' part of the source files in the visual studio project just for organization purposes.