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.3 by root, Sun Jul 1 05:00:18 2007 UTC

1/*
2 * This file is part of Crossfire TRT, the Roguelike Realtime MORPG.
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
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 *
22 * The authors can be reached via e-mail to <crossfire@schmorp.de>
23 */
24
1/*****************************************************************************/ 25/*****************************************************************************/
2/* Crossfire Plugin Interface Common Parts */ 26/* Crossfire Plugin Interface Common Parts */
3/* Version: 2.0beta8 (also known as "Alexander") */ 27/* Version: 2.0beta8 (also known as "Alexander") */
4/* Contact: yann.chachkoff@myrealbox.com */ 28/* Contact: yann.chachkoff@myrealbox.com */
5/*****************************************************************************/ 29/*****************************************************************************/
6/* That code is placed under the GNU General Public Licence (GPL) */ 30
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 31#ifndef PLUGIN_COMMON_H
30#define PLUGIN_COMMON_H 32#define PLUGIN_COMMON_H
31 33
32#ifdef WIN32 34#ifdef WIN32
33#define CF_PLUGIN __declspec(dllexport) 35#define CF_PLUGIN __declspec(dllexport)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines