Crossfire Server, Branch 1.12  R12190
citylife.h
Go to the documentation of this file.
00001 /*****************************************************************************/
00002 /* Template for version 2.0 plugins.                                         */
00003 /* Contact: yann.chachkoff@myrealbox.com                                     */
00004 /*****************************************************************************/
00005 /* That code is placed under the GNU General Public Licence (GPL)            */
00006 /* (C)2001-2005 by Chachkoff Yann (Feel free to deliver your complaints)     */
00007 /*****************************************************************************/
00008 /*  CrossFire, A Multiplayer game for X-windows                              */
00009 /*                                                                           */
00010 /*  Copyright (C) 2000 Mark Wedel                                            */
00011 /*  Copyright (C) 1992 Frank Tore Johansen                                   */
00012 /*                                                                           */
00013 /*  This program is free software; you can redistribute it and/or modify     */
00014 /*  it under the terms of the GNU General Public License as published by     */
00015 /*  the Free Software Foundation; either version 2 of the License, or        */
00016 /*  (at your option) any later version.                                      */
00017 /*                                                                           */
00018 /*  This program is distributed in the hope that it will be useful,          */
00019 /*  but WITHOUT ANY WARRANTY; without even the implied warranty of           */
00020 /*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            */
00021 /*  GNU General Public License for more details.                             */
00022 /*                                                                           */
00023 /*  You should have received a copy of the GNU General Public License        */
00024 /*  along with this program; if not, write to the Free Software              */
00025 /*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
00026 /*                                                                           */
00027 /*****************************************************************************/
00028 #ifndef PLUGIN_citylife_H
00029 #define PLUGIN_citylife_H
00030 
00031 #define PLUGIN_NAME "citylife"
00032 #define PLUGIN_VERSION "City life version 0.2"
00033 
00034 #ifndef __CEXTRACT__
00035 #include <plugin.h>
00036 #endif
00037 
00038 #undef MODULEAPI
00039 #ifdef WIN32
00040 #ifdef PYTHON_PLUGIN_EXPORTS
00041 #define MODULEAPI __declspec(dllexport)
00042 #else
00043 #define MODULEAPI __declspec(dllimport)
00044 #endif
00045 
00046 #else
00047 #define MODULEAPI
00048 #endif
00049 
00050 #include <plugin_common.h>
00051 
00052 #endif /* PLUGIN_citylife_H */