]>
Commit | Line | Data |
---|---|---|
0fc1a713 JS |
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 "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 | |
21 | ||
22 | extern void wxOGLInitialize(); | |
23 | extern void wxOGLCleanUp(); | |
24 | ||
25 | #endif | |
26 | // _OGL_OGL_H_ |