EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
eve-common.h
Go to the documentation of this file.
1 /*
2  ------------------------------------------------------------------------------------
3  LICENSE:
4  ------------------------------------------------------------------------------------
5  This file is part of EVEmu: EVE Online Server Emulator
6  Copyright 2006 - 2021 The EVEmu Team
7  For the latest information visit https://evemu.dev
8  ------------------------------------------------------------------------------------
9  This program is free software; you can redistribute it and/or modify it under
10  the terms of the GNU Lesser General Public License as published by the Free Software
11  Foundation; either version 2 of the License, or (at your option) any later
12  version.
13 
14  This program is distributed in the hope that it will be useful, but WITHOUT
15  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
17 
18  You should have received a copy of the GNU Lesser General Public License along with
19  this program; if not, write to the Free Software Foundation, Inc., 59 Temple
20  Place - Suite 330, Boston, MA 02111-1307, USA, or go to
21  http://www.gnu.org/copyleft/lesser.txt.
22  ------------------------------------------------------------------------------------
23  Author: Bloody.Rabbit
24  Updates: Allan
25 */
26 
27 #ifndef __EVE_COMMON_H__INCL__
28 #define __EVE_COMMON_H__INCL__
29 
30 /************************************************************************/
31 /* core includes */
32 /************************************************************************/
33 #include "eve-core.h"
34 
35 // UTF8-CPP
36 #include <utf8.h>
37 
38 /************************************************************************/
39 /* eve-common includes */
40 /************************************************************************/
41 // database
42 #include "database/dbcore.h"
43 #include "database/dbtype.h"
44 // log
45 #include "log/LogNew.h"
46 #include "log/logsys.h"
47 // math
48 #include "math/gpoint.h"
49 #include "math/Trig.h"
50 // memory
51 #include "memory/RefPtr.h"
52 // network
53 #include "network/Socket.h"
55 #include "network/TCPConnection.h"
56 #include "network/TCPServer.h"
57 // threading
58 #include "threading/Threading.h"
59 // eve math equations
60 #include "utils/EvEMath.h"
61 // utils
62 #include "utils/Buffer.h"
63 #include "utils/crc32.h"
64 #include "utils/Deflate.h"
65 #include "utils/EvilNumber.h"
66 #include "utils/misc.h"
67 #include "utils/Seperator.h"
68 #include "utils/timer.h"
69 #include "utils/utils_hex.h"
70 #include "utils/utils_string.h"
71 #include "utils/utils_time.h"
72 // defines
73 #include "EVE_Consts.h"
74 #include "EVE_Defines.h"
75 #include "EVE_Flags.h"
76 #include "EVE_Roles.h"
77 #include "EVE_Skills.h"
78 #include "EVE_Typedefs.h"
79 
80 #endif /* !__EVE_COMMON_H__INCL__ */