00001 #ifndef _BACKGROUNDSPRITE_H_ 00002 #define _BACKGROUNDSPRITE_H_ 00003 00004 #include "Sprite.h" 00005 00006 class BackgroundSprite : public Sprite 00007 { 00008 public: 00009 BackgroundSprite(const SpriteID &id, const unsigned int &w, const unsigned int &h, const unsigned int &numStars); 00010 }; 00011 00012 #endif
1.5.9