osgEarth 2.1.1
|
#include <osgEarth/Config>
#include <osgEarth/XmlUtils>
#include <sstream>
#include <iomanip>
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; }