#ifndef OB_STIG_LANG_HH #define OB_STIG_LANG_HH #include namespace OB::Stig::Lang { std::string color(std::string const& lang); } // namespace OB::Stig::Lang #endif // OB_STIG_LANG_HH