|
Odamex
Setting the Standard in Multiplayer Doom
|
Go to the source code of this file.
Functions | |
| void | FixPathSeparator (std::string &path) |
| int | ParseHex (char *str) |
| int | ParseNum (char *str) |
| BOOL | IsNum (char *str) |
| int | StdStringCompare (std::string string1, std::string string2, bool CaseInsensitive) |
| char * | COM_Parse (char *data) |
| char * | copystring (const char *s) |
| void | CRC_Init (unsigned short *crcvalue) |
| void | CRC_ProcessByte (unsigned short *crcvalue, byte data) |
| unsigned short | CRC_Value (unsigned short crcvalue) |
Variables | |
| std::string | progdir |
| std::string | startdir |
| char | com_token [8192] |
| BOOL | com_eof |
| char* COM_Parse | ( | char * | data | ) |
| char* copystring | ( | const char * | s | ) |
| void CRC_Init | ( | unsigned short * | crcvalue | ) |
| void CRC_ProcessByte | ( | unsigned short * | crcvalue, |
| byte | data | ||
| ) |
| unsigned short CRC_Value | ( | unsigned short | crcvalue | ) |
| void FixPathSeparator | ( | std::string & | path | ) |
| BOOL IsNum | ( | char * | str | ) |
| int ParseHex | ( | char * | str | ) |
| int ParseNum | ( | char * | str | ) |
| int StdStringCompare | ( | std::string | string1, |
| std::string | string2, | ||
| bool | CaseInsensitive | ||
| ) |
| char com_token[8192] |