#ifndef MOTIONBLURSPRITE_H #define MOTIONBLURSPRITE_H /* ----------------------------------------------------------------------------- Class: MotionBlurSprite Desc: A sprite that leaves a ghost trail. Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved. Chris Danford ----------------------------------------------------------------------------- */ #include "Sprite.h" #include "ActorFrame.h" const int NUM_BLUR_GHOSTS = 2; class MotionBlurSprite : public Actor { public: virtual bool Load( const CString &sFilePath ) { for( int i=0; i