Crossfire Server, Branches 1.12  R18729
book.h
Go to the documentation of this file.
1 /*
2  CrossFire, A Multiplayer game for X-windows
3 
4  Copyright (C) 2002-2007 Mark Wedel & Crossfire Development Team
5  Copyright (C) 1992 Frank Tore Johansen
6 
7  This program is free software; you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation; either version 2 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program; if not, write to the Free Software
19  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 
21  The authors can be reached via e-mail at crossfire-devel@real-time.com
22 */
23 
28 #ifndef BOOK_H
29 #define BOOK_H
30 
39 #define BOOK_BUF HUGE_BUF-10
40 
46 #define BASE_BOOK_BUF 700
47 
54 #define BOOKSIZE(xyz) BASE_BOOK_BUF+((xyz)->weight/10) > BOOK_BUF ? \
55  BOOK_BUF : BASE_BOOK_BUF+((xyz)->weight/10);
56 
59 typedef struct {
63 
64 #endif /* BOOK_H */
uint8 message_subtype
Definition: book.h:61
uint8 message_type
Definition: book.h:60
unsigned char uint8
Definition: global.h:75