#ifndef _MAPPING_H #define _MAPPING_H #include using namespace std; class mapping { public: map ports; map pins; public: bool load(const char *); }; #endif