52 #ifndef __MGNCS4TOUCH_SHAPEBOXPIECE_H__
53 #define __MGNCS4TOUCH_SHAPEBOXPIECE_H__
59 typedef struct _mShapeBoxPieceClass mShapeBoxPieceClass;
60 typedef struct _mShapeBoxPiece mShapeBoxPiece;
62 #define mShapeBoxPieceClassHeader(clss, superCls) \
63 mStaticPieceClassHeader(clss, superCls)
65 struct _mShapeBoxPieceClass {
66 mShapeBoxPieceClassHeader(mShapeBoxPiece, mStaticPiece)
69 MGNCS_EXPORT
extern mShapeBoxPieceClass g_stmShapeBoxPieceCls;
71 #define mShapeBoxPieceHeader(clss) \
72 mStaticPieceHeader(clss)
74 struct _mShapeBoxPiece {
75 mShapeBoxPieceHeader(mShapeBoxPiece)
82 #endif // __MGNCS4TOUCH_SHAPEBOXPIECE_H__