]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/shadowvolume.hxx
Add writeLocalData functions for internal scenegraph classes
[simgear.git] / simgear / scene / model / shadowvolume.hxx
index ee4b31afd04e1f84ec99839499e8ee58e0264deb..1f4f3f5677c4c6e7dab7f45c838a9fd1f5052c0a 100644 (file)
 #ifndef _SHADOWVOLUME_HXX
 #define _SHADOWVOLUME_HXX
 
-#include <simgear/structure/ssgSharedPtr.hxx>
+#include <simgear/compiler.h>
+#include <simgear/props/props.hxx>
 
-#include <plib/sg.h>
 #include <vector>
 #include <map>
 
-SG_USING_STD(vector);
-SG_USING_STD(map);
+using std::vector;
+using std::map;
 
 class ssgBranch;
 class ssgLeaf;