refactor: move config reader into right class

This commit is contained in:
jeefo 2023-05-14 14:48:06 +03:00
commit 48fba9a6b7
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 43 additions and 43 deletions

View file

@ -54,9 +54,6 @@ public:
// check if entity is a vip
bool isPlayerVIP (edict_t *ent);
// opens config helper
bool openConfig (StringRef fileName, StringRef errorIfNotExists, MemFile *outFile, bool languageDependant = false);
// nearest player search helper
bool findNearestPlayer (void **holder, edict_t *to, float searchDistance = 4096.0, bool sameTeam = false, bool needBot = false, bool needAlive = false, bool needDrawn = false, bool needBotWithC4 = false);