///////////////////////////////////////////////////////////////////////////// // Name: ogl.h // Purpose: OGL main include // Author: Julian Smart // Modified by: // Created: 12/07/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _OGL_OGL_H_ #define _OGL_OGL_H_ #include // Basic shapes #include // Lines and splines #include // Vertically-divided rectangle #include // Composite images #include // wxShapeCanvas for displaying objects #include // wxDiagram // TODO: replace with wxModule implementation extern void wxOGLInitialize(); extern void wxOGLCleanUp(); #endif // _OGL_OGL_H_