]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: ogl.h | |
3 | // Purpose: OGL main include | |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: 12/07/98 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Julian Smart | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #ifndef _OGL_OGL_H_ | |
13 | #define _OGL_OGL_H_ | |
14 | ||
15 | #include <wx/ogl/basic.h> // Basic shapes | |
16 | #include <wx/ogl/lines.h> // Lines and splines | |
17 | #include <wx/ogl/divided.h> // Vertically-divided rectangle | |
18 | #include <wx/ogl/composit.h> // Composite images | |
19 | #include <wx/ogl/canvas.h> // wxShapeCanvas for displaying objects | |
20 | #include <wx/ogl/ogldiag.h> // wxDiagram | |
21 | ||
22 | // TODO: replace with wxModule implementation | |
23 | extern void wxOGLInitialize(); | |
24 | extern void wxOGLCleanUp(); | |
25 | ||
26 | #endif | |
27 | // _OGL_OGL_H_ |