14 lines
187 B
C
14 lines
187 B
C
|
#ifndef __SEREXT_H__
|
||
|
#define __SEREXT_H__
|
||
|
|
||
|
#ifdef __GNUG__
|
||
|
#pragma interface
|
||
|
#endif
|
||
|
|
||
|
#include <wx/serbase.h>
|
||
|
#include "serwnd.h"
|
||
|
|
||
|
DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow)
|
||
|
|
||
|
#endif
|