/*
**	Strings.c
**
**	Declaration of builtin language strings
**
**	Copyright © 1990-1996 by Olaf `Olsen' Barthel
**		All Rights Reserved
*/

#define CATCOMP_ARRAY

#include "Strings.h"

struct CatCompArrayType	*AppStrings	= &CatCompArray[0];
WORD			 NumAppStrings	= sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
