Pioneer
OpenGLLibs.h
Go to the documentation of this file.
1 // Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2 // Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3 
4 #pragma once
5 
6 #ifndef _OGL_OPENGLIBS_H
7 #define _OGL_OPENGLIBS_H
8 
9 #include <GL/glew.h>
10 
11 #endif