X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fhelp.h;h=e16cb8b9c84ee29c826707b3f6c8a833c86adcb6;hb=ea169c8056f5d0ea00a844b0612c9097e5fbefbc;hp=d7e6263cbd6b4978c01b94007bff51790ae2bdce;hpb=3c73487420fde8d4a3b5360d8b99e48132517900;p=xonotic%2Fnetradiant.git diff --git a/radiant/help.h b/radiant/help.h index d7e6263c..e16cb8b9 100644 --- a/radiant/help.h +++ b/radiant/help.h @@ -19,10 +19,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #if !defined( INCLUDED_HELP_H ) #define INCLUDED_HELP_H -typedef struct _GtkMenu GtkMenu; -void create_game_help_menu( GtkMenu *menu ); +void create_game_help_menu(ui::Menu menu); #endif