]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mru.h
Merge branch 'illwieckz/vfs' fix !101
[xonotic/netradiant.git] / radiant / mru.h
index 273c97f1a4d3d4fb11cedd5ebdd14b4d29aa9f16..64d2cd3868ef1c018e2048e74e7feb9fd63ac197 100644 (file)
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <uilib/uilib.h>
+
 #if !defined( INCLUDED_MRU_H )
 #define INCLUDED_MRU_H
 
-void MRU_AddFile( const char *str );
+void MRU_AddFile(const char *str);
 
-typedef struct _GtkMenu GtkMenu;
-void MRU_constructMenu( GtkMenu* menu );
+void MRU_constructMenu(ui::Menu menu);
 
 void MRU_Construct();
+
 void MRU_Destroy();
 
 #endif