]> git.mxchange.org Git - simgear.git/blob - simgear/props/propsfwd.hxx
Guard usage of CURLMOPT_MAX_TOTAL_CONNECTIONS
[simgear.git] / simgear / props / propsfwd.hxx
1 /** \file
2  *
3  * Forward declarations for properties (and related structures)
4  */
5  
6 #ifndef SG_PROPS_FWD_HXX
7 #define SG_PROPS_FWD_HXX
8
9 #include <simgear/structure/SGSharedPtr.hxx>
10
11 class SGPropertyNode;
12
13 typedef SGSharedPtr<SGPropertyNode> SGPropertyNode_ptr;
14 typedef SGSharedPtr<const SGPropertyNode> SGConstPropertyNode_ptr;
15
16 class SGCondition; 
17
18 #endif // of SG_PROPS_FWD_HXX