]> git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/brushexport/callbacks.h
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
8     void OnExportClicked(ui::Button, gpointer);
9
10     void OnAddMaterial(ui::Button, gpointer);
11
12     void OnRemoveMaterial(ui::Button, gpointer);
13
14     void OnExportMatClicked(ui::Button button, gpointer);
15
16 } // callbacks