2016-03-13 13:53:39 +00:00
|
|
|
#ifndef DEF_XMARIOMYSTERYBLOC_H
|
|
|
|
|
|
|
|
#define DEF_XMARIOMYSTERYBLOC_H
|
|
|
|
|
2016-03-17 09:17:21 +00:00
|
|
|
class xMarioMysteryBloc : public xMarioBreakableBloc{
|
2016-03-13 13:53:39 +00:00
|
|
|
|
|
|
|
public:
|
2016-03-16 11:08:22 +00:00
|
|
|
xMarioMysteryBloc(xManager *manager, int x, int y, int nb=1); // Spritesheet avec taille de chaque sprite
|
2016-03-13 23:06:33 +00:00
|
|
|
|
|
|
|
void active(bool active); // Active ou non le bloc
|
|
|
|
|
2016-03-13 13:53:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|