Blame projects/forest/common.h

3395b9
#ifndef COMMON_H
3395b9
#define COMMON_H
3395b9
3395b9
3395b9
#define FLAG_GROUND   1
3395b9
#define FLAG_LEAVES   2
3395b9
#define FLAG_BRANCHES 4
815578
#define FLAG_BOUNDS   8
3395b9
3395b9
3395b9
#endif