-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Abstract class that has functions that do the initial loading and such. The main function will create an object of this type and then pass control to it. The class will init the game engine and then call the init function to load all the models and textures into the Game, and then pass control to the Game Engine.