/** \file minc2.h * \brief MINC 2.0 public constants, types, and definitions. */ #ifndef MINC2_H #define MINC2_H #include #include "minc2_defs.h" #include "minc2_structs.h" #include "minc2_error.h" #include "minc2_api.h" #endif /* MINC2_H */