JNGL
Easy to use cross-platform 2D game library
|
Include this file only once, as it defines the main function. More...
Go to the source code of this file.
Namespaces | |
namespace | jngl |
JNGL's main namespace. | |
Functions | |
void | mainLoop (AppParameters) |
jngl::AppParameters | jnglInit () |
Implement this function and set AppParameters::start. | |
int | main (int argc, char **argv) |
Include this file only once, as it defines the main function.
Definition in file init.hpp.
jngl::AppParameters jnglInit | ( | ) |
Implement this function and set AppParameters::start.
Usually you'd want to do this in a file called e.g. main.cpp
: