| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to toolwin.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / win9x | 
| version 1.3, 2003/10/29 21:35:58 | version 1.4, 2003/10/30 22:33:34 | 
|---|---|
| Line 1 | Line 1 | 
| enum { | enum { | 
| SKINMRU_MAX = 4, | |
| FDDLIST_DRV = 2, | FDDLIST_DRV = 2, | 
| FDDLIST_MAX = 8 | FDDLIST_MAX = 8 | 
| }; | }; | 
| Line 16 typedef struct { | Line 17 typedef struct { | 
| int posy; | int posy; | 
| TOOLFDD fdd[FDDLIST_DRV]; | TOOLFDD fdd[FDDLIST_DRV]; | 
| char skin[MAX_PATH]; | char skin[MAX_PATH]; | 
| char skinmru[SKINMRU_MAX][MAX_PATH]; | |
| } NP2TOOL; | } NP2TOOL; | 
| extern NP2TOOL np2tool; | extern NP2TOOL np2tool; |