]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/entitylist.h
default texture is notex, not textures/ dir
[xonotic/netradiant.git] / radiant / entitylist.h
index e29f1b9a3a22cfdad20f24cfbc9c655fe30ea716..38ee58770585a5b8ffc67fb64834a87d39146370 100644 (file)
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <uilib/uilib.h>
+
 #if !defined( INCLUDED_ENTITYLIST_H )
 #define INCLUDED_ENTITYLIST_H
 
 void EntityList_Construct();
+
 void EntityList_Destroy();
 
-typedef struct _GtkWindow GtkWindow;
-void EntityList_constructWindow( GtkWindow* main_window );
+void EntityList_constructWindow(ui::Window main_window);
+
 void EntityList_destroyWindow();
+
 void EntityList_toggleShown();
 
 #endif