X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fentityinspector.h;h=e0d359ec57d984082375a3b8af259424b59d73fe;hb=f4c0af2660bebacc35396bdc20dfffbd6bcb2ab5;hp=4b200a8506d943a6b80ac1e1ee7633bd032c27a6;hpb=9dfae1c9b270ee369c6362903a9205b30751b95f;p=xonotic%2Fnetradiant.git diff --git a/radiant/entityinspector.h b/radiant/entityinspector.h index 4b200a85..e0d359ec 100644 --- a/radiant/entityinspector.h +++ b/radiant/entityinspector.h @@ -24,12 +24,9 @@ #if !defined( INCLUDED_ENTITYINSPECTOR_H ) #define INCLUDED_ENTITYINSPECTOR_H -ui::Widget EntityInspector_constructWindow(ui::Window parent); - +ui::Widget EntityInspector_constructWindow( ui::Window parent ); void EntityInspector_construct(); - void EntityInspector_destroy(); - const char *EntityInspector_getCurrentKey(); #endif