#ifndef DEF_XMARIOGRASS_H #define DEF_XMARIOGRASS_H /* [DEF] Definition de la classe =========================================================*/ class xMarioGrass : public xSpriteGroup{ public: xMarioGrass(xManager *m, SDL_Rect rect); private: xManager *_manager; SDL_Texture *_spritesheet; // Contiendra la texture }; #endif