--- np2/macosx/np2opening.h 2003/10/31 16:55:06 1.1 +++ np2/macosx/np2opening.h 2003/11/13 18:17:42 1.4 @@ -6,12 +6,16 @@ * */ +#define CFSTRj(name) CFStringCreateWithCString(NULL,name,CFStringGetSystemEncoding()) #ifdef __cplusplus extern "C" { #endif void openingNP2(void); +PicHandle getBMPfromPath(char* path, Rect* srt); +PicHandle getBMPfromResource(const char* name, Rect* srt); +bool getResourceFile(const char* name, FSSpec* fsc); #ifdef __cplusplus }