DDraceNetwork Docs
|
Classes | |
struct | CMapDescription |
struct | CMapBugsInternal |
Macros | |
#define | MAPBUG(constname, string) else if(str_comp(pBug, string) == 0) { Bug = (constname); } |
Functions | |
static unsigned int | BugToFlag (int Bug) |
static unsigned int | IsBugFlagSet (int Bug, unsigned int BugFlags) |
static SHA256_DIGEST | s (const char *pSha256) |
CMapBugs | GetMapBugs (const char *pName, int Size, SHA256_DIGEST Sha256) |
Variables | |
static CMapBugsInternal | MAP_BUGS [] |
#define MAPBUG | ( | constname, | |
string | |||
) | else if(str_comp(pBug, string) == 0) { Bug = (constname); } |
|
static |
CMapBugs GetMapBugs | ( | const char * | pName, |
int | Size, | ||
SHA256_DIGEST | Sha256 | ||
) |
|
static |
|
static |
|
static |