table/directions.h
author bjarni
Wed, 01 Dec 2004 11:50:20 +0000
changeset 528 4ad0a24ac69e
parent 160 db200af4794a
permissions -rw-r--r--
(svn r862) Cygwin: libdetection now sets the flags properly if no Makefile.config is found
Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved
static const byte _dir_to_straight_trackdir[4] = {
	0, 1, 8, 9,
};

static const byte _reverse_dir[4] = {
//	3, 0, 1, 2
	2, 3, 0, 1
};