#ifndef T2DLL_T2SPRITEOBJ_H #define T2DLL_T2SPRITEOBJ_H #include "../common.h" class AFX_CLASS_EXPORT T2SpriteObj { public: T2SpriteObj(); ~T2SpriteObj(); T2ImageObj *mImageObj; CString mName; int mIndex; POINT mPosition; int mShowCount; SIZE mSize; int mPattern; int mLayer; }; #endif