]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/brushexport/callbacks.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / brushexport / callbacks.h
1
2 #include <uilib/uilib.h>
3
4 namespace callbacks {
5
6 void OnDestroy( ui::Widget, gpointer );
7 void OnExportClicked( ui::Button, gpointer );
8 void OnAddMaterial( ui::Button, gpointer );
9 void OnRemoveMaterial( ui::Button, gpointer );
10 void OnExportMatClicked( ui::Button button, gpointer );
11
12 } // callbacks