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

Comparing deliantra/server/include/includes.h (file contents):
Revision 1.14 by root, Thu Nov 8 19:43:24 2007 UTC vs.
Revision 1.25 by root, Wed Dec 5 19:03:26 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 (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2017,2018 Marc Alexander Lehmann / 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,2007 Mark Wedel & Crossfire Development Team 6 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992,2007 Frank Tore Johansen 7 * Copyright (©) 1992 Frank Tore Johansen
7 * 8 *
8 * Deliantra is free software: you can redistribute it and/or modify 9 * Deliantra is free software: you can redistribute it and/or modify it under
9 * it under the terms of the GNU General Public License as published by 10 * the terms of the Affero GNU General Public License as published by the
10 * the Free Software Foundation, either version 3 of the License, or 11 * Free Software Foundation, either version 3 of the License, or (at your
11 * (at your option) any later version. 12 * option) any later version.
12 * 13 *
13 * This program is distributed in the hope that it will be useful, 14 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details. 17 * GNU General Public License for more details.
17 * 18 *
18 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the Affero GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. 20 * and the GNU General Public License along with this program. If not, see
21 * <http://www.gnu.org/licenses/>.
20 * 22 *
21 * The authors can be reached via e-mail to <support@deliantra.net> 23 * The authors can be reached via e-mail to <support@deliantra.net>
22 */ 24 */
23 25
24#ifndef INCLUDES_H 26#ifndef INCLUDES_H
25#define INCLUDES_H 27#define INCLUDES_H
30#define __STDC_CONSTANT_MACROS 32#define __STDC_CONSTANT_MACROS
31 33
32/* Include this first, because it lets us know what we are missing */ 34/* Include this first, because it lets us know what we are missing */
33#include <autoconf.h> 35#include <autoconf.h>
34 36
35using namespace std;
36
37#include <cstddef> 37#include <cstddef>
38#include <cstdlib> 38#include <cstdlib>
39#include <cstdio> 39#include <cstdio>
40#include <cstdarg>
40#include <cstring> 41#include <cstring>
41#include <csignal> 42#include <csignal>
42#include <csetjmp> 43#include <csetjmp>
43#include <cmath> 44#include <cmath>
44 45
54#include <sys/time.h> 55#include <sys/time.h>
55#include <sys/types.h> 56#include <sys/types.h>
56#include <sys/stat.h> 57#include <sys/stat.h>
57 58
58#include <vector> 59#include <vector>
60#include <bitset>
61#include <deque>
62#include <tr1/unordered_set>
63
64using namespace std;
59 65
60#endif /* INCLUDES_H */ 66#endif /* INCLUDES_H */
61 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines