Example #1
0
void CGroupAI::Save(std::ostream *ofs)
{
	CREX_SC_SAVE(MexUpgraderAI,ofs);
}
Example #2
0
void CKAIK::Save(std::ostream* ofs) {
	CREX_SC_SAVE(KAIK, ofs);
}
Example #3
0
void CGroupAI::Save(std::ostream *ofs)
{
	CREX_SC_SAVE(EconomyAI,ofs);
}
void CGlobalAI::Save(std::ostream* ofs) {
    CREX_SC_SAVE(KAIK, ofs);
}