Diff for /np2/macosx/np2opening.h between versions 1.2 and 1.5

version 1.2, 2003/11/03 10:19:43 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
Line 15  extern "C" { Line 13  extern "C" {
 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);  PicHandle getBMPfromResource(const char* name, Rect* srt);
   bool getResourceFile(const char* name, FSSpec* fsc);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.2  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>