Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/DriveAccess/emg.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
( as text)
Fri Nov 5 17:24:03 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 emg.h |
| 3 |
* @brief 円盤複写屋イメージ読み書き |
| 4 |
* @author BananaJinn |
| 5 |
* @version $Id: emg.h,v 1.2 2007/01/21 15:43:48 bananajinn Exp $ |
| 6 |
* 円盤複写屋 |
| 7 |
* Copyright (C) 2004-2006 BananaJinn<banana@mxh.mesh.ne.jp>. |
| 8 |
*/ |
| 9 |
#ifndef __EMG_H__ |
| 10 |
#define __EMG_H__ |
| 11 |
|
| 12 |
#define EMGFILE_VERSION 0 |
| 13 |
|
| 14 |
extern int EmgWriteDiscInformation(IMAGEFILE *image, CPDISCINFO *discinfo); |
| 15 |
extern int EmgReadDiscInformation(IMAGEFILE *image, CPDISCINFO *discinfo); |
| 16 |
|
| 17 |
|
| 18 |
#endif /* !__EMG_H__ */ |
|