Frobby 0.9.5
|
Go to the source code of this file.
Functions | |
int | frobbyMain (int argc, const char **argv) |
This function runs the Frobby console interface. | |
int | main (int argc, const char **argv) |
This function is the entry point for Frobby as a console program. | |
Variables | |
static const int | ExitCodeSuccess = 0 |
static const int | ExitCodeError = 1 |
static const int | ExitCodeInternalError = 2 |
static const int | ExitCodeOutOfMemory = 3 |
static const int | ExitCodeUnknownError = 4 |
This function is the entry point for Frobby as a console program.
It does some DEBUG-specific things, sets the random seed and so on before calling frobbyMain.