/*
 * $Id: moongate.h,v 1.2 2002/09/02 21:21:15 andrewtaylor Exp $
 */

#ifndef MOONGATE_H
#define MOONGATE_H

typedef struct _Moongate {
    unsigned char x, y;
} Moongate;

const Moongate *moongateGetGateForPhase(int phase);
int moongateFindActiveGateAt(int trammel, int felucca, int x, int y, int *destx, int *desty);
int moongateIsEntryToShrineOfSpirituality(int trammel, int felucca);

#endif
