|
osgEarth 2.1.1
|
#include <osgEarth/Config>#include <osgEarth/XmlUtils>#include <sstream>#include <iomanip>
Include dependency graph for Config.cpp:Go to the source code of this file.
Functions | |
| Config & | emptyConfig () |
| Config& emptyConfig | ( | ) |
Definition at line 26 of file Config.cpp.
{
static Config _emptyConfig;
return _emptyConfig;
}
Here is the caller graph for this function:
1.7.3