X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Ffilters.h;h=9779585a5e84d88a98ae67ac4b93d3c707917616;hb=e2b92e121264da56e42426150f338c6e2220fc09;hp=631cef84656dc75ad971bd3382bf9d272b4d0758;hpb=12b372f89ce109a4db9d510884fbe7d05af79870;p=xonotic%2Fnetradiant.git diff --git a/radiant/filters.h b/radiant/filters.h index 631cef84..9779585a 100644 --- a/radiant/filters.h +++ b/radiant/filters.h @@ -1,28 +1,29 @@ /* -Copyright (C) 2001-2006, William Joseph. -All Rights Reserved. + Copyright (C) 2001-2006, William Joseph. + All Rights Reserved. -This file is part of GtkRadiant. + This file is part of GtkRadiant. -GtkRadiant is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + GtkRadiant is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -GtkRadiant is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + GtkRadiant is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GtkRadiant; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + You should have received a copy of the GNU General Public License + along with GtkRadiant; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ -#if !defined(INCLUDED_FILTERS_H) +#include + +#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