/* $Id: gismobot.cpp,v 1.1 2005/07/18 06:48:10 uwe Exp $ */ #include "gismobot.hpp" /**********************************************************/ GismoBot::GismoBot() : m_event( Event::EMPTY ) { m_ID = GISMO_BOT; } /**********************************************************/ GismoBot::~GismoBot() {} /**********************************************************/ void GismoBot::update() { } /**********************************************************/