aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vga13h.h')
-rw-r--r--engines/cge/vga13h.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h
index f192d962ff..535c7005d2 100644
--- a/engines/cge/vga13h.h
+++ b/engines/cge/vga13h.h
@@ -117,16 +117,10 @@ extern Seq _seq2[];
#define VGAST1 (VGAST1_ & 0xFF)
-class Heart : public Engine_ {
- friend class Engine_;
+class Heart {
public:
Heart();
-
bool _enable;
- uint16 *_xTimer;
-
- void setXTimer(uint16 *ptr);
- void setXTimer(uint16 *ptr, uint16 time);
};