Pioneer
pch.h
Go to the documentation of this file.
1 // Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2 // Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3 
4 #include "libs.h"
5 
8 #include "collider/Geom.h"
9 #include "collider/GeomTree.h"
10 #include "collider/collider.h"
11 
12 #include "Aabb.h"
13 #include "Body.h"
14 #include "CargoBody.h"
15 #include "DynamicBody.h"
16 #include "Factions.h"
17 #include "FileSystem.h"
18 #include "Frame.h"
19 #include "GeoPatch.h"
20 #include "GeoPatchContext.h"
21 #include "GeoSphere.h"
22 #include "ObjectViewerView.h"
23 #include "Pi.h"
24 #include "Planet.h"
25 #include "Player.h"
26 #include "Random.h"
27 #include "SectorView.h"
28 #include "Sfx.h"
29 #include "Ship.h"
30 #include "ShipType.h"
31 #include "SmartPtr.h"
32 #include "Space.h"
33 #include "SpaceStation.h"
34 #include "Star.h"
35 #include "SystemView.h"
36 #include "View.h"
37 #include "WorldView.h"
38 #include "fixed.h"
39 #include "galaxy/Sector.h"
40 #include "galaxy/StarSystem.h"
41 #include "gameconsts.h"
42 #include "perlin.h"
43 #include "utils.h"