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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index fa0ff054f..9bc26c4ef 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -32,6 +32,7 @@ public:
/* virtual */ bool ToggleFullscreen(bool fullscreen);
/* virtual */ const char *GetName() const { return "null"; }
+ /* virtual */ bool HasGUI() const { return false; }
};
/** Factory the null video driver. */