]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/csg.h
Merge commit 'd930835fa0ffd32d2e6459e11e526ec0733745bc' into master-merge
[xonotic/netradiant.git] / radiant / csg.h
index e05c9effbb4b65ab408e9be5637cd071c6d851cd..082f7f10ff711c102b9d3093e0a66dc25d9315ca 100644 (file)
@@ -22,7 +22,6 @@
 #if !defined( INCLUDED_CSG_H )
 #define INCLUDED_CSG_H
 
-void CSG_MakeHollow( void );
 
 void CSG_MakeRoom( void );
 
@@ -30,6 +29,8 @@ void CSG_Subtract( void );
 
 void CSG_Merge( void );
 
+void CSG_Tool( void );
+
 namespace scene
 {
 class Graph;