11#ifndef FAUNA_HERBIVORE_VECTOR_H
12#define FAUNA_HERBIVORE_VECTOR_H
17class HerbivoreInterface;
std::vector< HerbivoreInterface * > HerbivoreVector
A list of herbivore interface pointers.
Definition: herbivore_vector.h:20
std::vector< const HerbivoreInterface * > ConstHerbivoreVector
A list of read-only herbivore interface pointers.
Definition: herbivore_vector.h:23