File:  [RetroPC.NET] / np2 / fdd / sxsicd.h
Revision 1.3: download - view: text, annotated - select for diffs
Tue Apr 5 18:12:24 2005 JST (20 years, 6 months ago) by yui
Branches: MAIN
CVS tags: HEAD
support cue sheets (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

enum {
	SXSIMEDIA_DATA = 0x10,
	SXSIMEDIA_AUDIO = 0x20
};

BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *fname);

#ifdef __cplusplus
}
#endif


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