shithub: rgbds

ref: f81bcc722a9a4d335068e1f122f51b8b188ace40
dir: /include/asmotor.h/

View raw version
/*	asmotor.h
 *
 *	Contains defines for every program in the ASMotor package
 *
 *	Copyright 1997 Carsten Sorensen
 *
 */

#ifndef	ASMOTOR_ASMOTOR_H
#define	ASMOTOR_ASMOTOR_H

#define	ASMOTOR

#define	ASMOTOR_VERSION	"1.10"

#define	ASM_VERSION		"1.08c"
#define	LINK_VERSION	"1.06c"
#define	RGBFIX_VERSION	"1.02"
#define	LIB_VERSION		"1.00"

#ifdef	__GNUC__
#define	strnicmp strncasecmp
#endif

#endif