|
|
| version 1.3, 2003/11/11 16:33:50 | version 1.5, 2004/03/02 23:23:06 |
|---|---|
| Line 6 | Line 6 |
| * | * |
| */ | */ |
| #define CFSTRj(name) CFStringCreateWithCString(NULL,name,CFStringGetSystemEncoding()) | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void openingNP2(void); | void openingNP2(void); |
| PicHandle getBMPfromPath(char* path, Rect* srt); | 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 | #ifdef __cplusplus |
| } | } |