]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/qe3.h
* reactivated WXY_Print function to generate screenshots from the xy window
[xonotic/netradiant.git] / radiant / qe3.h
index 6ced65b3bb791681fa6ca15bb05f87684cf4b9f6..dc19e4d5557a8dfb7554896f642fbb52cca07481 100644 (file)
@@ -48,7 +48,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include <stdio.h>
 
-// http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=672
 // this is the version to expect from template projects
 #define PROJECT_VERSION 2
 
@@ -789,7 +788,7 @@ extern qtexture_t   *current_texture;
 extern void SaveWithRegion(char *name); // save the current map, sets the map name in the name buffer (deals with regioning)
 extern void RunBsp (char *command);
 extern void Map_Snapshot();
-//extern void WXY_Print();
+extern void WXY_Print();
 extern void AddProp( void );
 extern qboolean DoColor(int iIndex);
 extern entity_t        *edit_entity;