1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #ifndef AI_SHARE_STDPCH_H
18 #define AI_SHARE_STDPCH_H
20 #include "nel/misc/types_nl.h"
27 #include "nel/misc/algo.h"
28 #include "nel/misc/command.h"
29 #include "nel/misc/common.h"
30 #include "nel/misc/config_file.h"
31 #include "nel/misc/debug.h"
32 #include "nel/misc/entity_id.h"
33 #include "nel/misc/file.h"
34 #include "nel/misc/hierarchical_timer.h"
35 #include "nel/misc/i_xml.h"
36 #include "nel/misc/path.h"
37 #include "nel/misc/random.h"
38 #include "nel/misc/sheet_id.h"
39 #include "nel/misc/singleton.h"
40 #include "nel/misc/smart_ptr.h"
41 #include "nel/misc/stream.h"
42 #include "nel/misc/string_common.h"
43 #include "nel/misc/string_conversion.h"
44 #include "nel/misc/string_mapper.h"
45 #include "nel/misc/time_nl.h"
46 #include "nel/misc/vector_2d.h"
47 #include "nel/misc/vectord.h"
49 #include "nel/ligo/ligo_config.h"
50 #include "nel/ligo/primitive.h"
51 #include "nel/ligo/primitive_utils.h"
53 #include "nel/net/message.h"
54 #include "nel/net/service.h"
55 #include "nel/net/transport_class.h"
56 #include "nel/net/unified_network.h"
58 #include "nel/pacs/u_global_position.h"