|
|
| version 1.2, 2003/10/28 22:05:46 | version 1.3, 2003/10/29 21:35:58 |
|---|---|
| Line 6 enum { | Line 6 enum { |
| typedef struct { | typedef struct { |
| int insert; | int insert; |
| UINT cnt; | |
| UINT pos[FDDLIST_MAX]; | |
| char name[FDDLIST_MAX][MAX_PATH]; | char name[FDDLIST_MAX][MAX_PATH]; |
| } TOOLFDD; | } TOOLFDD; |
| Line 13 typedef struct { | Line 15 typedef struct { |
| int posx; | int posx; |
| int posy; | int posy; |
| TOOLFDD fdd[FDDLIST_DRV]; | TOOLFDD fdd[FDDLIST_DRV]; |
| char skin[MAX_PATH]; | |
| } NP2TOOL; | } NP2TOOL; |
| extern NP2TOOL np2tool; | extern NP2TOOL np2tool; |