30 #include "../common/common.h"
31 #include "../ports/system.h"
bool CL_ParseClientData(const char *type, const char *name, const char **text)
Called at client startup.
const char * Cmd_Argv(int arg)
Returns a given argument.
void Cmd_AddCommand(const char *cmdName, xcommand_t function, const char *desc)
Add a new command to the script interface.
QGL_EXTERN GLint GLenum type
void CL_SlowFrame(int now, void *data)
void Com_Printf(const char *const fmt,...)
void CL_Drop(void)
Ensures the right menu cvars are set after error drop or map change.
void CL_InitAfter(void)
Init function for clients - called after menu was initialized and ufo-scripts were parsed...
void SCR_EndLoadingPlaque(void)
void Con_Print(const char *txt)
Handles cursor positioning, line wrapping, etc All console printing must go through this in order to ...
void CL_Frame(int now, void *data)
void Cmd_ForwardToServer(void)
adds the current command line as a clc_stringcmd to the client message. things like action...
void SCR_BeginLoadingPlaque(void)
QGL_EXTERN GLuint GLsizei GLsizei GLint GLenum GLchar * name
void CL_Shutdown(void)
Saves configuration file and shuts the client systems down.
GLsizei const GLvoid * data
void Cmd_Dummy_f(void)
Dummy binding if you don't want unknown commands forwarded to the server.
int CL_Milliseconds(void)
int Sys_Milliseconds(void)