00001 #ifndef _BALLSPRITE_H_ 00002 #define _BALLSPRITE_H_ 00003 00004 #include "Sprite.h" 00005 00006 class BallSprite : public Sprite 00007 { 00008 public: 00009 BallSprite(const SpriteID &id, const int &radius, const ColourRGB &outerColour, const ColourRGB ¢reColour); 00010 }; 00011 00012 #endif
1.5.9