home *** CD-ROM | disk | FTP | other *** search
- /* ToolBox.h -- info about ToolBox.c */
-
- #define TOOLBOX_BYTESPERROW 4 /* (26/8 + extra) */
- #define TOOLBOX_ROWS (52)
- #define TOOLBOX_DEPTH (2)
-
- #define TOOLBOX_WIDTH (26)
- #define TOOLBOX_HEIGHT (52)
-
-
- #define TOOLBOXH_BYTESPERROW 6 /* (46/8 + extra) */
- #define TOOLBOXH_ROWS (92)
- #define TOOLBOXH_DEPTH (2)
-
- #define TOOLBOXH_WIDTH (46)
- #define TOOLBOXH_HEIGHT (92)
-
-