wxWidgets/utils/serialize/sercore.h

13 lines
158 B
C
Raw Normal View History

#ifndef __SERCORE_H__
#define __SERCORE_H__
#ifdef __GNUG__
#pragma interface
#endif
#include <wx/serbase.h>
DECLARE_SERIAL_CLASS(wxList,wxObject)
#endif