templates.gameapp

Undocumented in source.

Members

Classes

GameApp
class GameApp

I generally like to put most of the application logic into one class to keep track of globals, as well as targets to certain events.

Functions

main
int main()

Our main function, needed for the program to operate. You can add string[] args if your either really need or really want.

Meta