Primer commit
This commit is contained in:
18
engendro.h
Executable file
18
engendro.h
Executable file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "sprite.h"
|
||||
|
||||
class Engendro : public Sprite {
|
||||
|
||||
public:
|
||||
|
||||
Engendro( JD8_Surface gfx, Uint16 x, Uint16 y );
|
||||
|
||||
void draw();
|
||||
bool update();
|
||||
|
||||
protected:
|
||||
|
||||
Uint8 vida;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user