File:  [RetroPC.NET] / np2 / macosx / np2opening.h
Revision 1.3: download - view: text, annotated - select for diffs
Wed Nov 12 01:33:50 2003 JST (21 years, 11 months ago) by tk800
Branches: MAIN
CVS tags: HEAD
Enable Help and Revise About

/*
 *  np2opening.h
 *  np2
 *
 *  Created by tk800 on Fri Oct 31 2003.
 *
 */

#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, const CFStringRef	type);

#ifdef __cplusplus
}
#endif



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