1 2 3 4 5 6 7 8 9
#ifndef NAVIT_PROJECTION_H #define NAVIT_PROJECTION_H enum projection { projection_none, projection_mg, projection_garmin }; #endif