summaryrefslogtreecommitdiff
path: root/src/video/null_v.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-01 19:14:12 +0000
committerrubidium <rubidium@openttd.org>2011-05-01 19:14:12 +0000
commit1a515e6344028854c855671c19f49d8f869eb18f (patch)
treee1bba97c1a8fd80f564729cc2d5fc2049110cb2a /src/video/null_v.cpp
parentb27dd1dcd7375dae63724879eb0f56dd703e5312 (diff)
downloadopenttd-1a515e6344028854c855671c19f49d8f869eb18f.tar.xz
(svn r22405) -Document: some more "random-ish" tidbits
Diffstat (limited to 'src/video/null_v.cpp')
-rw-r--r--src/video/null_v.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/null_v.cpp b/src/video/null_v.cpp
index f7f23c6d6..6b4aa1c66 100644
--- a/src/video/null_v.cpp
+++ b/src/video/null_v.cpp
@@ -14,6 +14,7 @@
#include "../blitter/factory.hpp"
#include "null_v.h"
+/** Factory for the null video driver. */
static FVideoDriver_Null iFVideoDriver_Null;
const char *VideoDriver_Null::Start(const char * const *parm)