Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
15
include/Spectre/Graphics/OpenGL.h
Normal file
15
include/Spectre/Graphics/OpenGL.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
#ifndef SPECTRE_OPENGL_H
|
||||
#define SPECTRE_OPENGL_H
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <Windows.h>
|
||||
#endif /* !_MSC_VER */
|
||||
|
||||
#include "GL/glew.h"
|
||||
#include "GL/wglew.h"
|
||||
#endif /* !_WIN32 */
|
||||
|
||||
#endif /* SPECTRE_OPENGL_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue