paysages3d/src/render/opengl/opengl_global.h

18 lines
312 B
C
Raw Normal View History

#ifndef OPENGL_GLOBAL_H
#define OPENGL_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(OPENGL_LIBRARY)
# define OPENGLSHARED_EXPORT Q_DECL_EXPORT
#else
# define OPENGLSHARED_EXPORT Q_DECL_IMPORT
#endif
namespace paysages {
namespace opengl {}
}
using namespace paysages::opengl;
#endif // OPENGL_GLOBAL_H