]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/ogl.h
Restore previous ogl sources. Waiting for fix in configure system
[wxWidgets.git] / utils / ogl / src / ogl.h
diff --git a/utils/ogl/src/ogl.h b/utils/ogl/src/ogl.h
new file mode 100644 (file)
index 0000000..7f5080d
--- /dev/null
@@ -0,0 +1,26 @@
+/////////////////////////////////////////////////////////////////////////////
+// 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.h"      // Basic shapes
+#include "lines.h"      // Lines and splines
+#include "divided.h"    // Vertically-divided rectangle
+#include "composit.h"   // Composite images
+#include "canvas.h"     // wxShapeCanvas for displaying objects
+#include "ogldiag.h"    // wxDiagram
+
+extern void wxOGLInitialize();
+extern void wxOGLCleanUp();
+
+#endif
+ // _OGL_OGL_H_