--- np2/macosx/np2opening.h 2003/11/11 16:33:50 1.3 +++ np2/macosx/np2opening.h 2003/11/13 18:17:42 1.4 @@ -14,7 +14,8 @@ extern "C" { void openingNP2(void); PicHandle getBMPfromPath(char* path, Rect* srt); -PicHandle getBMPfromResource(const char* name, Rect* srt, const CFStringRef type); +PicHandle getBMPfromResource(const char* name, Rect* srt); +bool getResourceFile(const char* name, FSSpec* fsc); #ifdef __cplusplus }