summaryrefslogtreecommitdiff
path: root/src/video/null_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/null_v.h')
-rw-r--r--src/video/null_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index b5b21bbbb..d2e8b4b18 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -6,6 +6,9 @@
#include "video_driver.hpp"
class VideoDriver_Null: public VideoDriver {
+private:
+ uint ticks;
+
public:
/* virtual */ const char *Start(const char * const *param);