]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/filters.h
Initial python support
[xonotic/netradiant.git] / radiant / filters.h
index 97766ab8c312bf6ba639abf902bba18698279735..12c71cd0d6a8a5568db3ae415ea6e10c57cb7a5e 100644 (file)
    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
 
-typedef struct _GtkMenu GtkMenu;
-void Filters_constructMenu( GtkMenu* menu_in_menu );
+void Filters_constructMenu(ui::Menu menu_in_menu);
 
 #endif