xy.h: Move declaration of sctoff() from sect.h to xy.h

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2013-01-27 10:13:11 +01:00
parent 5497126d05
commit f2b1ea3161
5 changed files with 4 additions and 4 deletions

View file

@ -36,6 +36,7 @@
#include "path.h"
#include "prototypes.h"
#include "sect.h"
#include "xy.h"
static int
update_coastal_flag(coord x, coord y, coord ign_x, coord ign_y)