summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/dedicated_v.h')
-rw-r--r--src/video/dedicated_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/dedicated_v.h b/src/video/dedicated_v.h
index c06f050cd..7d449d159 100644
--- a/src/video/dedicated_v.h
+++ b/src/video/dedicated_v.h
@@ -29,6 +29,7 @@ public:
/* virtual */ bool ToggleFullscreen(bool fullscreen);
/* virtual */ const char *GetName() const { return "dedicated"; }
+ /* virtual */ bool HasGUI() const { return false; }
};
/** Factory for the dedicated server video driver. */