]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/csg.h
Radiant:
[xonotic/netradiant.git] / radiant / csg.h
index 189ae72c3cb3988277624807d6a097d6b70aeabc..e176422ddeb3c330d905ed18d34b7936faa3fbe3 100644 (file)
 #if !defined( INCLUDED_CSG_H )
 #define INCLUDED_CSG_H
 
-void CSG_MakeHollow( void );
+void CSG_MakeRoom( void );
 void CSG_Subtract( void );
 void CSG_Merge( void );
+void CSG_Tool( void );
 
 namespace scene
 {