andrew@0: /* andrew@0: * ofxFileDialogOSX.h andrew@0: * andrew@0: * Created by timknapen on 07/05/10. andrew@0: * www.wereldderindianen.be andrew@0: * code stolen from 'mantissa' over here: andrew@0: * http://www.openframeworks.cc/forum/viewtopic.php?p=5028#p5028 andrew@0: * andrew@0: */ andrew@0: andrew@0: andrew@0: #ifndef _OFX_FILE_DIALOG_OSX_ andrew@0: #define _OFX_FILE_DIALOG_OSX_ andrew@0: andrew@0: #include "ofMain.h" andrew@0: andrew@0: class ofxFileDialogOSX { andrew@0: public: andrew@0: static int openFile(string& URL); andrew@0: static int saveFile(string& URL, string& fileURL); andrew@0: private: andrew@0: andrew@0: andrew@0: }; andrew@0: andrew@0: #endif