
Lately I’ve been working on a custom game engine using Microsoft Visual C++ Express 2012 for Desktop. The project compiles into a dynamic library that will be linked to the main application that defines the game. The thing is I wanted to keep track of this engine version. I placed a major and minor versionRead More