vmap/plugins/brushexport/callbacks.h

17 lines
293 B
C
Raw Normal View History

2020-11-17 11:16:16 +00:00
#include <uilib/uilib.h>
namespace callbacks {
2021-08-04 20:23:18 +00:00
void OnDestroy(ui::Widget, gpointer);
2020-11-17 11:16:16 +00:00
2021-08-04 20:23:18 +00:00
void OnExportClicked(ui::Button, gpointer);
2020-11-17 11:16:16 +00:00
2021-08-04 20:23:18 +00:00
void OnAddMaterial(ui::Button, gpointer);
2020-11-17 11:16:16 +00:00
2021-08-04 20:23:18 +00:00
void OnRemoveMaterial(ui::Button, gpointer);
2020-11-17 11:16:16 +00:00
2021-08-04 20:23:18 +00:00
void OnExportMatClicked(ui::Button button, gpointer);
2020-11-17 11:16:16 +00:00
} // callbacks