Diff for /np2/macosx/np2opening.h between versions 1.1 and 1.3

version 1.1, 2003/10/31 16:55:06 version 1.3, 2003/11/11 16:33:50
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 getBMPfromResource(const char* name, Rect* srt, const CFStringRef     type);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.1  
changed lines
  Added in v.1.3


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