This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoom-plusplus/gl.h

13 lines
162 B
C
Raw Normal View History

2009-12-13 18:49:36 +01:00
#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_ */