Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/DriveAccess/cuesheet.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
( as text)
Mon Nov 1 14:34:11 2010 UTC
(13 years, 5 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -3 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* @file cuesheet.h |
| 3 |
* @brief 円盤を複写 |
| 4 |
* @author BananaJinn |
| 5 |
* @version $Id: cuesheet.h,v 1.2 2010/09/06 14:31:45 bananajinn Exp $ |
| 6 |
* 円盤複写屋 |
| 7 |
* Copyright (C) 2004-2010 BananaJinn<banana@mxh.mesh.ne.jp>. |
| 8 |
*/ |
| 9 |
#ifndef __CUESHEET_H__ |
| 10 |
#define __CUESHEET_H__ |
| 11 |
|
| 12 |
extern int CreateCueSheet(CMDDRIVE *drive, CPDISCINFO *discinfo, |
| 13 |
WORD track_start, |
| 14 |
struct _CUESHEET **cs_ret, int *numcs_ret, |
| 15 |
BOOL enable_cdtext); |
| 16 |
|
| 17 |
#endif /* !__CUESHEET_H__ */ |
|