paysages3d/src/interface/modeler/quickapp/modeler_global.h

17 lines
274 B
C
Raw Normal View History

#ifndef MODELER_GLOBAL_H
#define MODELER_GLOBAL_H
#include "definition_global.h"
#include "software_global.h"
#include "opengl_global.h"
namespace paysages {
namespace modeler {
class ItemOpenGLView;
}
}
using namespace paysages::modeler;
#endif // MODELER_GLOBAL_H