Pioneer
SceneGraph.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 //this file includes common headers
5 #ifndef _SCENEGRAPH_H
6 #define _SCENEGRAPH_H
7 #include "Billboard.h"
8 #include "Label3D.h"
9 #include "Loader.h"
10 #include "MatrixTransform.h"
11 #include "Model.h"
12 #include "ModelNode.h"
13 #include "StaticGeometry.h"
14 #include "Thruster.h"
15 #endif