/*
	grppoint.c
*/

#include <ryosuke.h>

extern	char	*EGB_work;

int		grp_point(int x, int y)
	{
	int		ret;
	EGB_point( EGB_work, 0, x, y, &ret);
	return ret;
	}

/* end of grppoint.c */
