]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/help.h
Merge commit 'f3d0806dfea23aef768535ee2fc8e1fff9aebe9f' into master-merge
[xonotic/netradiant.git] / radiant / help.h
index d7e6263cbd6b4978c01b94007bff51790ae2bdce..1e85100a3b8978fb3eecbcaacdf29e9d561f269c 100644 (file)
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <uilib/uilib.h>
+
 #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