#ifndef PRETTYNAMES_H #define PRETTYNAMES_H #include "world.h" const char *quadrant_type_name(quadrant_type type); #endif