]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/help.h
Inject OpenGLBinding instead of using GlobalOpenGL() everywhere
[xonotic/netradiant.git] / radiant / help.h
index d7e6263cbd6b4978c01b94007bff51790ae2bdce..e16cb8b9c84ee29c826707b3f6c8a833c86adcb6 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