netradiant-custom/contrib/brushexport/callbacks.h
2021-10-22 02:19:50 +03:00

15 lines
338 B
C++

#pragma once
typedef struct _GtkWidget GtkWidget;
typedef struct _GtkButton GtkButton;
namespace callbacks {
void OnExportClicked( GtkButton *, gpointer );
void OnAddMaterial( GtkButton *, gpointer );
void OnRemoveMaterial( GtkButton *, gpointer );
gboolean OnRemoveMaterialKb( GtkWidget *, GdkEventKey *, gpointer );
} // callbacks