Frobby 0.9.5
|
#include "stdinc.h"
#include "main.h"
#include "Action.h"
#include "DebugAllocator.h"
#include "error.h"
#include "display.h"
#include <ctime>
#include <cstdlib>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | frobbyMain (int argc, const char **argv) |
This function runs the Frobby console interface. | |
void | frobbyTerminate () |
A replacement for the default C++ built-in terminate() function. | |
void | frobbyUnexpected () |
A replacement for the default C++ built-in unexpected() function. | |
int | main (int argc, const char **argv) |
This function is the entry point for Frobby as a console program. | |
void frobbyTerminate | ( | ) |
A replacement for the default C++ built-in terminate() function.
Do not call this method or cause it to be called.
void frobbyUnexpected | ( | ) |
A replacement for the default C++ built-in unexpected() function.
Do not call this method or cause it to be called.