|
YourGameLib
|

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 | |