]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/help.h
radiant/image: load fallback images with png loader even if game does not support...
[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