home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / include / wx / ogl / ogl.h < prev    next >
C/C++ Source or Header  |  2000-03-03  |  936b  |  28 lines

  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: ogl.h,v 1.1 2000/03/03 11:24:36 JS Exp $
  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_
  28.