|
Odamex
Setting the Standard in Multiplayer Doom
|
Typedefs | |
| typedef void(STACK_ARGS * | term_func_t )(void) |
Functions | |
| void | AddCommandString (std::string cmd) |
| void | addterm (void(STACK_ARGS *func)(), const char *name) |
| void STACK_ARGS | call_terms (void) |
| int | PrintString (int printlevel, char const *outline) |
| int | ShutdownNow () |
| BOOL WINAPI | ConsoleHandlerRoutine (DWORD dwCtrlType) |
| int __cdecl | main (int argc, char *argv[]) |
| void | daemon_init (void) |
| int | main (int argc, char **argv) |
Variables | |
| DArgs | Args |
| UINT | TimerPeriod |
| std::stack< std::pair < term_func_t, std::string > > | TermFuncs |
| typedef void(STACK_ARGS * term_func_t)(void) |
| void AddCommandString | ( | std::string | cmd | ) |
| void addterm | ( | void(STACK_ARGS *func)() | , |
| const char * | name | ||
| ) |
| void STACK_ARGS call_terms | ( | void | ) |
| void daemon_init | ( | void | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int __cdecl main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int PrintString | ( | int | printlevel, |
| char const * | outline | ||
| ) |
| int ShutdownNow | ( | ) |
| std::stack< std::pair<term_func_t, std::string> > TermFuncs |
| UINT TimerPeriod |