]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brushmodule.h
radiant: ask user to restart the editor when map load switches the brush format
[xonotic/netradiant.git] / radiant / brushmodule.h
index b780649374c26c6da52ecc3a22b632049a79ac47..5d8deee836967a8b113e7033b9a5c90311cb7cd4 100644 (file)
 #define INCLUDED_BRUSHMODULE_H
 
 void Brush_clipperColourChanged();
-
 void Brush_unlatchPreferences();
-
 int Brush_toggleFormatCount();
-
-void Brush_toggleFormat(int i);
+void Brush_toggleFormat( int i );
+void Brush_switchFormat( bool switch_format );
 
 #endif