git-svn-id: svn://svn.icculus.org/netradiant/trunk@1 61c419a2-8eb2-4b30-bcec-8cead039b335
13 lines
336 B
C++
13 lines
336 B
C++
typedef struct _GtkWidget GtkWidget;
|
|
typedef struct _GtkButton GtkButton;
|
|
|
|
namespace callbacks {
|
|
|
|
void OnDestroy(GtkWidget*, gpointer);
|
|
void OnExportClicked(GtkButton*, gpointer);
|
|
void OnAddMaterial(GtkButton*, gpointer);
|
|
void OnRemoveMaterial(GtkButton*, gpointer);
|
|
void OnExportMatClicked(GtkButton* button, gpointer);
|
|
|
|
}// callbacks
|