Go to the source code of this file.
|
int | frobbyMain (int argc, const char **argv) |
| This function runs the Frobby console interface. More...
|
|
int | main (int argc, const char **argv) |
| This function is the entry point for Frobby as a console program. More...
|
|
◆ frobbyMain()
int frobbyMain |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
This function runs the Frobby console interface.
the main function calls this function after having set up DEBUG-specific things, catching exceptions, setting the random seed and so on.
Definition at line 34 of file main.cpp.
◆ main()
int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
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.
Definition at line 78 of file main.cpp.
◆ ExitCodeError
const int ExitCodeError = 1 |
|
static |
◆ ExitCodeInternalError
const int ExitCodeInternalError = 2 |
|
static |
◆ ExitCodeOutOfMemory
const int ExitCodeOutOfMemory = 3 |
|
static |
◆ ExitCodeSuccess
const int ExitCodeSuccess = 0 |
|
static |
◆ ExitCodeUnknownError
const int ExitCodeUnknownError = 4 |
|
static |