Codebase list burgerspace / debian/1.8.3-2 src / util.h
debian/1.8.3-2

Tree @debian/1.8.3-2 (Download .tar.gz)

util.h @debian/1.8.3-2raw · history · blame

#ifndef _H_util
#define _H_util


/** Possible directions of movement, in trigonometric order.
    This enumeration is garanteed to start at zero.
    The order of the constants is guaranteed, so they are 0, 1, 2, 3.
*/
enum { RIGHT, UP, LEFT, DOWN };


#endif  /* _H_util */