Go to the source code of this file.
Functions | |
void | TUT_InitStartup (void) |
void | TUT_ParseTutorials (const char *title, const char **text) |
Definition in file cl_tutorials.h.
void TUT_InitStartup | ( | void | ) |
Definition at line 81 of file cl_tutorials.c.
References Cmd_AddCommand(), TUT_GetTutorials_f(), TUT_List_f(), and TUT_ListClick_f().
Referenced by CL_InitLocal().
void TUT_ParseTutorials | ( | const char * | name, | |
const char ** | text | |||
) |
Definition at line 99 of file cl_tutorials.c.
References Com_EParse(), Com_EParseValue(), Com_Parse(), Com_Printf(), MAX_TUTORIALS, numTutorials, value_s::ofs, value_s::size, value_s::string, and value_s::type.
Referenced by CL_ParseClientData().