source: NonGTP/glut/FLTK/include/FL/Fl_Gl_Window.H @ 814

Revision 814, 143 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1#ifndef Fl_Gl_Window_H
2#define Fl_Gl_Window_H
3
4#include "Fl_Window.H"
5
6#include <fltk/GlWindow.h>
7typedef fltk::GlWindow Fl_Gl_Window;
8
9#endif
Note: See TracBrowser for help on using the repository browser.