]>
git.saurik.com Git - wxWidgets.git/blob - utils/ogl/src/ogl.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: OGL main include
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
15 #include "basic.h" // Basic shapes
16 #include "lines.h" // Lines and splines
17 #include "divided.h" // Vertically-divided rectangle
18 #include "composit.h" // Composite images
19 #include "canvas.h" // wxShapeCanvas for displaying objects
20 #include "ogldiag.h" // wxDiagram
22 extern void wxOGLInitialize();
23 extern void wxOGLCleanUp();