/* Global variable prototypes and constants */

/* $Id: Globals.h,v 1.3 93/03/01 14:46:00 Matti_Rintala Exp $ */

#ifndef GLOBALS_H
#define GLOBALS_H

#include <exec/types.h>
#include "Constants.h"

extern char *filename;

extern short year;
extern short month;
extern short day;
extern short wday;
extern short before;
extern short after;
extern BOOL autodelete;
extern char text[TEXTLEN+1];

extern int event;
extern int eventno;

extern BOOL changed;

#endif
