source: git/src/wx.h @ e59fed7

RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernlogstereowalls-datawalls-data-hanging-as-warning
Last change on this file since e59fed7 was f558923, checked in by Mark Shinwell <mark>, 22 years ago

Lots of work on OpenGL restructuring etc.

git-svn-id: file:///home/survex-svn/survex/trunk@2059 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 287 bytes
Line 
1#include "wx/wxprec.h"
2
3#ifdef __BORLANDC__
4# pragma hdrstop
5#endif
6
7#ifndef WX_PRECOMP
8# include "wx/wx.h"
9#endif
10
11#include "wx/splitter.h"
12#include "wx/treectrl.h"
13#include "wx/dnd.h"
14
15#ifdef AVENGL
16#ifndef wxUSE_GLCANVAS
17#define wxUSE_GLCANVAS
18#endif
19#include <wx/glcanvas.h>
20#endif
21
Note: See TracBrowser for help on using the repository browser.