wxWidgets/utils/serialize/serext.h

14 lines
187 B
C
Raw Normal View History

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