]> git.saurik.com Git - wxWidgets.git/blame - include/wx/grid.h
new compile option added: USE_WXCONFIG. If it's 1, wxApp has a virtual
[wxWidgets.git] / include / wx / grid.h
CommitLineData
c801d85f
KB
1#ifndef __GRIDH_BASE__
2#define __GRIDH_BASE__
3
4#include "wx/generic/gridg.h"
5
6#ifndef wxGrid
7#define wxGrid wxGenericGrid
8#endif
9
10#endif
11 // __GRIDH_BASE__