/*************************************************************************
 *
 * ea
 *
 * Copyright ©1995 Lee Kindness and Evan Tuer
 * cs2lk@scms.rgu.ac.uk
 *
 * ea.h
 */

#ifndef _EA_H_
#define _EA_H_

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "shared.h"
#include "machine.h"
#include "version.h"

const char ver[] = "\0$VER: ea " VERSION_NUM " " VERSION_DATE;

#endif

