BWAPI
|
#include "BTHAIModule.h"
#include "BuildPlanner.h"
#include "ExplorationManager.h"
#include "CoverMap.h"
#include "Commander.h"
#include "UpgradesPlanner.h"
#include "ResourceManager.h"
#include <Shlwapi.h>
Functions | |
DWORD WINAPI | AnalyzeThread () |
void | BadWordFilter (char *pszString) |
Variables | |
bool | analyzed |
bool | analysis_just_finished |
bool | leader = false |
const char * | pszBadWords [] |
const char | szBadWordCharacters [] = { '!', '@', '#', '$', '%', '&' } |
DWORD WINAPI AnalyzeThread | ( | ) |
void BadWordFilter | ( | char * | pszString | ) |
bool analyzed |
bool leader = false |
const char* pszBadWords[] |
{ "asshole", "bitch", "clit", "cock", "cunt", "dick", "dildo", "faggot", "fuck", "gook", "masturbat", "nigga", "nigger", "penis", "pussy", "shit", "slut", "whore", NULL }
const char szBadWordCharacters[] = { '!', '@', '#', '$', '%', '&' } |