]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/filters.h
Wrap gtkutil/menu
[xonotic/netradiant.git] / radiant / filters.h
index 97766ab8c312bf6ba639abf902bba18698279735..9779585a5e84d88a98ae67ac4b93d3c707917616 100644 (file)
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <uilib/uilib.h>
+
 #if !defined( INCLUDED_FILTERS_H )
 #define INCLUDED_FILTERS_H
 
 #if !defined( INCLUDED_FILTERS_H )
 #define INCLUDED_FILTERS_H
 
-typedef struct _GtkMenu GtkMenu;
-void Filters_constructMenu( GtkMenu* menu_in_menu );
+void Filters_constructMenu( ui::Menu menu_in_menu );
 
 #endif
 
 #endif