
#include "structs.h"

int __nocommandline=1;

struct tm_settings dftm =
{
    1L,
    20L,
    256L,
    50L,
    3,
    7,
    1,
    1,
    0,
    1,
    "topaz.font",
    8,
    TRUE,
    FALSE,
    "",
    "",
    0,
    0,
    0,
    0,
    0,
    1,
    0,
    0,

    1,

    "Chip",
    "Fast",
    "Retina",
    "Virtual",

    0,

    FALSE,
    0,

    0,

    8,
    5,
    8,

    FALSE,

    "%td Bytes free",

    FALSE,
    TRUE,
    TRUE,

    "Memory",

    "%tlc | %tlf",
    "%tc | %tf",

    FALSE,
    FALSE,

    TRUE,

    0,

    "%tkd KB, %p%% free",

    10,

    TRUE,
    TRUE,

    0,
    0,

    "TinyMeter_DIGITAL.font",
    17,
    "TinyMeter_DIGITAL.font",
    11,

    0,

    1,
    0,
    0,

    FALSE,

    TRUE

};

struct Library              *ShutdownBase=0L;
struct Library              *RetinaBase=0L;
struct Library              *TimerBase=0L;
extern struct Library       *DataTypesBase;
extern struct IntuitionBase *IntuitionBase;
extern struct GfxBase       *GfxBase;
extern struct ExecBase      *SysBase;

struct Window           *my_window;
struct TextFont         *my_text_font,
                        *my_clock_font_1,
                        *my_clock_font_2;
struct RastPort         *my_rastport,
                         my_rp,
                         my_rp_2;
ULONG                    gauge_x_pos,
                         gauge_y_pos_2,
                         gauge_x_size,
                         space;
ULONG                    bas_c_ram,
                         bas_f_ram,
                         act_c_ram,
                         act_f_ram,
                         all_c_ram,
                         all_f_ram,

                         all_r_ram,
                         bas_r_ram,
                         act_r_ram,

                         all_o_ram[32],
                         bas_o_ram[32],
                         act_o_ram[32];

UWORD                    yypos[32];

UBYTE                    were_on_public;
struct BitMap           *my_bitmap,
                        *my_b1,
                        *my_b2,
                        *my_b;
struct BitMapHeader     *my_header;
struct Screen           *my_pub_screen;
struct Object           *my_dtobject;
const char              *version="$VER: TinyMeter 3.1 beta 3";
char                     temp_str[256];
char                    *LoadedVolList[64],
                        *LoadedVolList_1[64];
UBYTE                    numofvols;
UBYTE                    numoflines;
struct DateStamp        *ptr_ds;
struct DateTime          dt;
struct timeval           my_val;

