aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/dc.h')
-rw-r--r--backends/dc/dc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/dc/dc.h b/backends/dc/dc.h
index c1f3aa09e4..8291bc7c34 100644
--- a/backends/dc/dc.h
+++ b/backends/dc/dc.h
@@ -104,6 +104,10 @@ class OSystem_Dreamcast : public OSystem {
int _screen_buffer, _overlay_buffer, _mouse_buffer;
float _overlay_fade;
+ uint32 _timer_duration, _timer_next_expiry;
+ bool _timer_active;
+ int (*_timer_callback) (int);
+
unsigned char *screen;
unsigned short *mouse;
unsigned short *overlay;