]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/qerplugin.h
ported over the 1.5 branch version of q3map2 which is newer
[xonotic/netradiant.git] / include / qerplugin.h
index 71cddb23af57d754386370e0c3de6bd2dd8a5d5d..a43894082c24e96cef47537ee165eecf4398315a 100644 (file)
@@ -230,7 +230,7 @@ typedef gint (WINAPI* PFN_QERAPP_MESSAGEBOX) (void *parent, const char* text,
 // - 'pattern': the first pattern is for the win32 mode, then comes the Gtk pattern list, see Radiant source for samples
 // TTimo 04/01/2001 toolkit-independant, cast parent to a GtkWidget*
 typedef const gchar* (* PFN_QERAPP_FILEDIALOG) (void *parent, gboolean open, const char* title,
-                                                const char* path, const char* pattern);
+                                                const char* path, const char* pattern, const char *baseSubDir);
 typedef gchar* (WINAPI* PFN_QERAPP_DIRDIALOG) (void *parent, const char* title,
                                                const char* path);