summaryrefslogtreecommitdiffstats
path: root/gl.h
blob: fb5face244a2a48eff9cc8640c34751862e669f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _GL_H_
#define _GL_H_

#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif

#include <GL/gl.h>
#include <GL/glu.h>

#endif /* _GL_H_ */