Home
last modified time | relevance | path

Searched refs:CCheatMgr (Results 1 – 3 of 3) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dmessages.cpp44 CCheatMgr gCheatMgr;
653 CCheatMgr::CHEATINFO CCheatMgr::s_CheatInfo[] = {
692 bool CCheatMgr::m_bPlayerCheated = false;
694 bool CCheatMgr::Check(char *pzString) in Check()
736 void CCheatMgr::Process(CCheatMgr::CHEATCODE nCheatCode, char* pzArgs) in Process()
907 void CCheatMgr::sub_5BCF4(void) in sub_5BCF4()
926 Read(&CCheatMgr::m_bPlayerCheated, sizeof(CCheatMgr::m_bPlayerCheated)); in Load()
931 Write(&CCheatMgr::m_bPlayerCheated, sizeof(CCheatMgr::m_bPlayerCheated)); in Save()
H A Dmessages.h99 class CCheatMgr
152 CCheatMgr() {} in CCheatMgr() function
159 extern CCheatMgr gCheatMgr;
H A Dendgame.cpp55 if (CCheatMgr::m_bPlayerCheated) in Draw()