Odamex
Setting the Standard in Multiplayer Doom
server/src/i_main.cpp File Reference

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 Documentation

typedef void(STACK_ARGS * term_func_t)(void)

Function Documentation

void AddCommandString ( std::string  cmd)
void addterm ( void(STACK_ARGS *func)()  ,
const char *  name 
)
void STACK_ARGS call_terms ( void  )
BOOL WINAPI ConsoleHandlerRoutine ( DWORD  dwCtrlType)
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 ( )

Variable Documentation

std::stack< std::pair<term_func_t, std::string> > TermFuncs
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends