]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/studio/shapes.h
stub for wxOS2 region ctor from points.
[wxWidgets.git] / contrib / samples / ogl / studio / shapes.h
index 5c24d65aabf580fe9a90580cbc2c2372300c0ea1..7f4548ba38198c970695407fc55252d16d4abd2f 100644 (file)
@@ -1,27 +1,23 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        shapes.h
+// Name:        contrib/samples/ogl/studio/shapes.h
 // Purpose:     Shape classes
 // Author:      Julian Smart
 // Modified by:
 // Created:     12/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _STUDIO_SHAPES_H_
 #define _STUDIO_SHAPES_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-// #pragma interface
-#endif
-
-#include <wx/docview.h>
-#include <wx/string.h>
-#include <wx/ogl/ogl.h> // base header of OGL, includes and adjusts wx/deprecated/setup.h
-#include <wx/ogl/basicp.h>
-#include <wx/ogl/linesp.h>
-#include <wx/ogl/drawn.h>
+#include "wx/docview.h"
+#include "wx/string.h"
+#include "wx/ogl/ogl.h" // base header of OGL, includes and adjusts wx/deprecated/setup.h
+#include "wx/ogl/basicp.h"
+#include "wx/ogl/linesp.h"
+#include "wx/ogl/drawn.h"
 
 class csDiagramDocument;