11 lines
236 B
C
11 lines
236 B
C
|
#ifndef DEF_XMARIOGREENSHELL_H
|
||
|
|
||
|
#define DEF_XMARIOGREENSHELL_H
|
||
|
|
||
|
class xMarioGreenShell : public xSpriteAnimation{
|
||
|
|
||
|
public:
|
||
|
xMarioGreenShell(xManager *manager, int x, int y); // Spritesheet avec taille de chaque sprite
|
||
|
};
|
||
|
|
||
|
#endif
|