]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - builddate.c
implemented Direct3D9 renderer (off by default), not very optimized but almost comple...
[xonotic/darkplaces.git] / builddate.c
index b7b53519ae65d2eecf9a155d4b73a1415fcd6770..061173ef4ca90c0750817b27ac9a80ac72db257e 100644 (file)
@@ -1,6 +1,7 @@
 #define STRINGIFY2(arg) #arg
 #define STRINGIFY(arg) STRINGIFY2(arg)
 
+extern const char *buildstring;
 const char *buildstring = __TIME__ " " __DATE__
 #ifdef SVNREVISION
 " " STRINGIFY(SVNREVISION)