|
|
| version 1.1, 2003/10/28 18:21:05 | version 1.2, 2003/10/28 22:05:46 |
|---|---|
| Line 25 void toolwin_movingstart(void); | Line 25 void toolwin_movingstart(void); |
| void toolwin_movingend(void); | void toolwin_movingend(void); |
| void toolwin_setfdd(BYTE drv, const char *name); | void toolwin_setfdd(BYTE drv, const char *name); |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| void toolwin_fddaccess(BYTE drv); | |
| void toolwin_hddaccess(BYTE drv); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| void toolwin_draw(BYTE frame); | |
| void toolwin_readini(void); | void toolwin_readini(void); |
| void toolwin_writeini(void); | void toolwin_writeini(void); |