X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fentityinspector.h;h=e0d359ec57d984082375a3b8af259424b59d73fe;hb=74a6e43404e8a57fa1db66f9ee701cdd72ad0bdc;hp=1afa258463224104483383cb06be65730dbb07ce;hpb=b7e36c120eb1546a6c6f97f30e42ab7f9a559c61;p=xonotic%2Fnetradiant.git diff --git a/radiant/entityinspector.h b/radiant/entityinspector.h index 1afa2584..e0d359ec 100644 --- a/radiant/entityinspector.h +++ b/radiant/entityinspector.h @@ -19,12 +19,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #if !defined( INCLUDED_ENTITYINSPECTOR_H ) #define INCLUDED_ENTITYINSPECTOR_H -typedef struct _GtkWidget GtkWidget; -typedef struct _GtkWindow GtkWindow; -GtkWidget* EntityInspector_constructWindow( GtkWindow* parent ); +ui::Widget EntityInspector_constructWindow( ui::Window parent ); void EntityInspector_construct(); void EntityInspector_destroy(); const char *EntityInspector_getCurrentKey();