]>
git.saurik.com Git - wxWidgets.git/blob - contrib/include/wx/ogl/ogl.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: OGL main include
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
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
22 // TODO: replace with wxModule implementation
23 extern void wxOGLInitialize();
24 extern void wxOGLCleanUp();