]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/select.h
apply misc fixes from Markus Fischer and Rambetter
[xonotic/netradiant.git] / radiant / select.h
index 42718162f74d87d7923538b23e5d1591d80eb13c..5cf2181c5b73fc7c1aaab416b4a85ed24e1f6d4d 100644 (file)
@@ -65,6 +65,8 @@ void Select_AllOfType();
 void Select_Reselect();
 void Select_FitTexture(int nHeight = 1, int nWidth = 1);
 
+void Select_SelectGroup(entity_t* group);
+
 // absolute texture coordinates
 // TTimo NOTE: this is stuff for old brushes format and rotation texture lock .. sort of in-between with bush primitives
 void ComputeAbsolute(face_t* f, vec3_t& p1, vec3_t& p2, vec3_t& p3);