/* Core.h
 * Central definitions and resources for !GameID
 *  Musus Umbra 1997
 */

#ifndef core_h
#define core_h


#define FILETYPE_ZCODE		0x11a


#include "gameid.h"
#include "Desklib:Menu.h"

extern const char *task_name;		/* our task name */
extern const char *task_version;	/* and version as "Vx.yy (dd mmm yyyy)" */
extern int  modified;				/* boolean 'database modified?' flag */
extern menu_ptr win_menu;			/* the edit window's menu */

/* Report a fatal error (using Msgs_*) */
extern void fatal( char *tag, char *arg );


#endif
