--- AE/Installer/trunk/source/aeinstallerapp.h 2009/06/29 19:23:42 379 +++ AE/Installer/trunk/source/aeinstallerapp.h 2009/07/15 21:16:14 423 @@ -22,7 +22,7 @@ #include "main_window.h" ////@end includes -bool monoPresent = false; // the Mac won't be able to do anything without mono installed +string escapePath(string input); /*! * Forward declarations @@ -82,4 +82,5 @@ DECLARE_APP(AEInstallerApp) #endif // _AEINSTALLERAPP_H_ int globalizeData(void); +void globalize2(void); MainWindow* TheWindow; \ No newline at end of file