00001 // $Id: game-create_8h-source.html,v 1.1 2002/06/20 17:09:51 mkrohn5 Exp $ 00002 00003 // Game Creation Header File 00004 // Written by: Alberto Barsella, <> 00005 // Marco Krohn, <marco.krohn@gmx.de> 00006 00007 // Copyright (C) 2002 - , Marco Krohn, <marco.krohn@gmx.de> 00008 // 00009 // This program is free software; you can redistribute it and/or modify 00010 // it under the terms of the GNU General Public License as published by 00011 // the Free Software Foundation; either version 1, or (at your option) 00012 // any later version. 00013 // 00014 // This program is distributed in the hope that it will be useful, 00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 // GNU General Public License for more details. 00018 00019 #ifndef __GAME_CREATE_INCLUDED 00020 #define __GAME_CREATE_INCLUDED 00021 00022 #include "admin/game.h" 00023 00024 00025 00026 00027 00028 //---------------------------------------- class TGameCreate ---------------------------------------- 00029 00039 class TGameCreate : public TGame 00040 { 00041 public: 00048 TGameCreate( const string& gameDir, const string& gameName ); 00049 00054 bool createGame(); 00055 00056 protected: 00063 virtual void PDBGame( TDataPackageList* block ); 00064 }; 00065 00066 00067 00068 00069 00070 #endif // __GAME_CREATE_INCLUDED