|
Odamex
Setting the Standard in Multiplayer Doom
|
Typedefs | |
| typedef BOOL(WINAPI * | SetAffinityFunc )(HANDLE hProcess, DWORD mask) |
| typedef void(STACK_ARGS * | term_func_t )(void) |
Functions | |
| void | addterm (void(STACK_ARGS *func)(), const char *name) |
| void STACK_ARGS | call_terms (void) |
| int | I_Main (int argc, char *argv[]) int main(int argc |
Variables | |
| DArgs | Args |
| std::stack< std::pair < term_func_t, std::string > > | TermFuncs |
| typedef BOOL(WINAPI * SetAffinityFunc)(HANDLE hProcess, DWORD mask) |
| typedef void(STACK_ARGS * term_func_t)(void) |
| void addterm | ( | void(STACK_ARGS *func)() | , |
| const char * | name | ||
| ) |
| void STACK_ARGS call_terms | ( | void | ) |
| int I_Main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| std::stack< std::pair<term_func_t, std::string> > TermFuncs |