YourGameLib
Loading...
Searching...
No Matches
Namespaces | Functions
mygame_external.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mygame
 User functions that are linked to and called by the yourgame library framework.
 

Functions

void mygame::init (int argc, char *argv[])
 user project initialization
 
void mygame::tick ()
 user project update/draw (once pre frame)
 
int mygame::shutdown ()
 user project clean-up