]>
Commit | Line | Data |
---|---|---|
99d80019 JS |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/laywin.h | |
3 | // Purpose: wxSashLayoutWindow base header | |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: | |
7 | // Copyright: (c) Julian Smart | |
99d80019 JS |
8 | // Licence: wxWindows licence |
9 | ///////////////////////////////////////////////////////////////////////////// | |
10 | ||
a6d70308 JS |
11 | #ifndef _WX_LAYWIN_H_BASE_ |
12 | #define _WX_LAYWIN_H_BASE_ | |
13 | ||
14 | #include "wx/generic/laywin.h" | |
15 | ||
16 | #endif | |
17 | // _WX_LAYWIN_H_BASE_ |