Glorylands Core Namespace
This static class provides the root management functions of the whole glorylands system.
Glorylands Core Namespace
This static class provides the root management functions of the whole glorylands system.
In order to run the game you should run:
GL::initialize(); GL::process(); GL::render(); and GL::finalize();
If you forget to call finalize, it will be called upon shutdown. Also, you don't need to call the initialize() function if you initialized the system with bootstrap.