ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/plugin_common.h
(Generate patch)

Comparing deliantra/server/include/plugin_common.h (file contents):
Revision 1.1 by root, Mon Mar 5 20:07:04 2007 UTC vs.
Revision 1.2 by root, Mon May 28 21:15:56 2007 UTC

1/*
2 * This file is part of Crossfire TRT, the Multiplayer Online Role Playing Game.
3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team
5 * Copyright (©) 2001-2005,2007 by Chachkoff Yann (Feel free to deliver your complaints)
6 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team
7 * Copyright (©) 1992,2007 Frank Tore Johansen
8 *
9 * Crossfire TRT is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the Free
11 * Software Foundation; either version 2 of the License, or (at your option)
12 * any later version.
13 *
14 * This program is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51
21 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 * The authors can be reached via e-mail to <crossfire@schmorp.de>
24 */
25
1/*****************************************************************************/ 26/*****************************************************************************/
2/* Crossfire Plugin Interface Common Parts */ 27/* Crossfire Plugin Interface Common Parts */
3/* Version: 2.0beta8 (also known as "Alexander") */ 28/* Version: 2.0beta8 (also known as "Alexander") */
4/* Contact: yann.chachkoff@myrealbox.com */ 29/* Contact: yann.chachkoff@myrealbox.com */
5/*****************************************************************************/ 30/*****************************************************************************/
6/* That code is placed under the GNU General Public Licence (GPL) */ 31
7/* (C)2001-2005 by Chachkoff Yann (Feel free to deliver your complaints) */
8/*****************************************************************************/
9/* CrossFire, A Multiplayer game for X-windows */
10/* */
11/* Copyright (C) 2000 Mark Wedel */
12/* Copyright (C) 1992 Frank Tore Johansen */
13/* */
14/* This program is free software; you can redistribute it and/or modify */
15/* it under the terms of the GNU General Public License as published by */
16/* the Free Software Foundation; either version 2 of the License, or */
17/* (at your option) any later version. */
18/* */
19/* This program is distributed in the hope that it will be useful, */
20/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
21/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
22/* GNU General Public License for more details. */
23/* */
24/* You should have received a copy of the GNU General Public License */
25/* along with this program; if not, write to the Free Software */
26/* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
27/* */
28/*****************************************************************************/
29#ifndef PLUGIN_COMMON_H 32#ifndef PLUGIN_COMMON_H
30#define PLUGIN_COMMON_H 33#define PLUGIN_COMMON_H
31 34
32#ifdef WIN32 35#ifdef WIN32
33#define CF_PLUGIN __declspec(dllexport) 36#define CF_PLUGIN __declspec(dllexport)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines