22 #ifndef FIFE_IATLAS_SAVER_H
23 #define FIFE_IATLAS_SAVER_H
33 #include "util/base/sharedptr.h"
38 virtual ~IAtlasSaver() { };
42 virtual void save(
const std::string& filename) = 0;
45 typedef SharedPtr<FIFE::IAtlasSaver> AtlasSaverPtr;
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...