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

Comparing deliantra/server/include/global.h (file contents):
Revision 1.97 by root, Mon Oct 29 23:55:53 2012 UTC vs.
Revision 1.101 by root, Sat Nov 17 23:40:01 2018 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 5 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team 6 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992 Frank Tore Johansen 7 * Copyright (©) 1992 Frank Tore Johansen
7 * 8 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 9 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 10 * the terms of the Affero GNU General Public License as published by the
50 51
51#ifndef FALSE 52#ifndef FALSE
52#define FALSE 0 53#define FALSE 0
53#endif 54#endif
54 55
55extern short freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE]; 56extern int freearr_x[SIZEOFFREE];
57extern int freearr_y[SIZEOFFREE];
56extern int freedir[SIZEOFFREE]; 58extern int freedir[SIZEOFFREE];
57extern int rightof_x[9], rightof_y[9]; 59extern int rightof_x[9], rightof_y[9];
58extern int leftof_x[9], leftof_y[9]; 60extern int leftof_x[9], leftof_y[9];
59 61
60extern sint64 levels [MAXNUMLEVELS]; 62extern sint64 levels [MAXNUMLEVELS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines