home *** CD-ROM | disk | FTP | other *** search
- #include <exec/types.h>
- #include <exec/memory.h>
- #include <intuition/intuition.h>
- #include <proto/exec.h>
- #include <proto/dos.h>
- #include <proto/intuition.h>
-
- #define INTUI_V36_NAMES_ONLY
-
- /* proto */
- VOID layoutAll( VOID ) ;
- VOID writeInit( VOID ) ;
- VOID writeFree( ULONG, ULONG ) ;
- VOID writeSnapped( ULONG, ULONG ) ;
- VOID writeUsed( ULONG, ULONG ) ;
- VOID myPrintINumber( ULONG, ULONG, ULONG ) ;
- VOID buildBoolBorder( struct Gadget * ) ;
- LONG digit_maxlength( VOID ) ;
-
- #define MAX( a, b ) ( (a)>(b)?(a):(b) )
-
- #define STRLEN (10)
- #define UPDATEDELAY (7)
-
- #define SNAP_GAD (0)
- #define FLUSH_GAD (1)
-