/
rogue24b3/
rogue24b3/data/
#include "conf.h"
#include "sysdep.h"


typedef unsigned char	UInt8;
typedef signed char	SInt8;
typedef	unsigned short	UInt16;
typedef signed short	SInt16;
typedef unsigned int	UInt32;
typedef signed int	SInt32;
typedef unsigned long	UInt64;
typedef signed long	SInt64;
typedef const void *	CPtr;
typedef void *		Ptr;

typedef SInt16			VNum;
typedef SInt16			RNum;
typedef UInt32			Flags;
typedef	UInt8			Type;