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