13 lines
158 B
C
13 lines
158 B
C
|
#ifndef __SERCORE_H__
|
||
|
#define __SERCORE_H__
|
||
|
|
||
|
#ifdef __GNUG__
|
||
|
#pragma interface
|
||
|
#endif
|
||
|
|
||
|
#include <wx/serbase.h>
|
||
|
|
||
|
DECLARE_SERIAL_CLASS(wxList,wxObject)
|
||
|
|
||
|
#endif
|