#pragma once #include "game/sprite.hpp" class Engendro : public Sprite { public: explicit Engendro(JD8_Surface gfx, Uint16 x, Uint16 y); bool update(); protected: Uint8 vida; };