wxWidgets/utils/serialize/serext.h
1998-08-04 17:45:20 +00:00

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