#ifndef _CONSTDATA_H
#define _CONSTDATA_H
/*
** $VER: constdata.h 1.0 (25 Apr 1996)
**
** (C) Copyright 1996 Marius Gröger
**     All Rights Reserved
**
** $HISTORY:
**
** 25 Mar 1996 : 001.000 :  created
*/

#include <exec/types.h>

#include "sana2meter.h"
#include "compiler.h"

IMPORT const ULONG ttmaskflags[];

#define NUM_TTWATCHES 7
IMPORT const struct NewWatch ttwatches[NUM_TTWATCHES + 1];

#define NUM_STDWATCHES 9
#define NUM_SPECIALSTATS 20
IMPORT const struct NewWatch stdwatches[NUM_STDWATCHES + NUM_SPECIALSTATS + 1];

IMPORT const UBYTE DEF_CONSOLE[];
IMPORT const UBYTE EMAIL_AUTHOR[];
IMPORT const UBYTE CPUTXT[];

#define NUM_REFRESHS 11
IMPORT const ULONG intervals[NUM_REFRESHS];

#define NUM_AGINGS 6
IMPORT const ULONG agings[NUM_AGINGS];

#endif
