]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brushmodule.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / brushmodule.h
index a5c67e3c88d65819779499089974e173000ec0e1..b780649374c26c6da52ecc3a22b632049a79ac47 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);
 
 #endif