paysages3d/src/interface/quick/quick_global.h

17 lines
264 B
C
Raw Normal View History

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