// This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright 2000-2001 Stefanus Du Toit and Alistair Riddoch. // Automatically generated using gen_cc.py. #ifndef ATLAS_OBJECTS_ENTITY_GAME_H #define ATLAS_OBJECTS_ENTITY_GAME_H #include namespace Atlas { namespace Objects { namespace Entity { /** Games this server hosts Later in hierarchy tree objtype changes to 'object' when actual game objects are made. */ class Game : public AdminEntity { public: /// Construct a Game instance. Game(); protected: /// Constructor for sub-classes. Game(const char *,const char *); public: /// Default destructor. virtual ~Game(); /// Create a new class for Game. static Game Class(); protected: }; } } } // namespace Atlas::Objects::Entity #endif // ATLAS_OBJECTS_ENTITY_GAME_H