#ifndef TRANSLATOR_H #define TRANSLATOR_H #include #include AlignmentFlag parseAlignment(std::string aligment); AnchorPoint parseAnchorPoint(const std::string& anchorPoint); #endif