Show
Ignore:
Timestamp:
07/25/08 02:31:37 (4 months ago)
Author:
lordhavoc
Message:

ported over the 1.5 branch version of q3map2 which is newer
made Visual Studio files work in VS2005 Express
fixed a ton of warnings in VS2005 Express
fixed some compile problems on OpenSUSE 11.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/include/qerplugin.h

    r289 r302  
    231231// TTimo 04/01/2001 toolkit-independant, cast parent to a GtkWidget* 
    232232typedef const gchar* (* PFN_QERAPP_FILEDIALOG) (void *parent, gboolean open, const char* title, 
    233                                                 const char* path, const char* pattern); 
     233                                                const char* path, const char* pattern, const char *baseSubDir); 
    234234typedef gchar* (WINAPI* PFN_QERAPP_DIRDIALOG) (void *parent, const char* title, 
    235235                                               const char* path);