class TFCBot:bot { void TFCBot(void); //virtual void CreateObjective(void); }; void TFCBot::TFCBot(void) { } #if 0 void TFCBot::CreateObjective(void) { super:: CreateObjective(); } #endif