]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/brushexport/callbacks.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / brushexport / callbacks.h
index ca4b9a1440f9ccd5da306e7a5d0c46eba1abd1af..6279696d895b0fa272481fe978184e23e04fbd7f 100644 (file)
@@ -3,10 +3,14 @@
 
 namespace callbacks {
 
-void OnDestroy( ui::Widget, gpointer );
-void OnExportClicked( ui::Button, gpointer );
-void OnAddMaterial( ui::Button, gpointer );
-void OnRemoveMaterial( ui::Button, gpointer );
-void OnExportMatClicked( ui::Button button, gpointer );
+    void OnDestroy(ui::Widget, gpointer);
+
+    void OnExportClicked(ui::Button, gpointer);
+
+    void OnAddMaterial(ui::Button, gpointer);
+
+    void OnRemoveMaterial(ui::Button, gpointer);
+
+    void OnExportMatClicked(ui::Button button, gpointer);
 
 } // callbacks