diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2Animation.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/T2DLL/T2Animation.h b/src/T2DLL/T2Animation.h index a7bd371..a397117 100644 --- a/src/T2DLL/T2Animation.h +++ b/src/T2DLL/T2Animation.h @@ -14,7 +14,10 @@ struct SpriteDef { short height; }; -class AFX_EXT_CLASS T2Animation { +class AFX_CLASS_EXPORT T2Animation { +private: + void operator=(const T2Animation &); // no assignment + public: T2Animation(T2TowerDoc* inDoc, short inNumOfFrame, short inNumOfSprite, const SpriteDef* inSpriteDef, const AnimationDef* inAnimationDef, T2Sprite::ELayer inLayer); ~T2Animation(); |