#pragma once #include namespace Atomic { bool ConvertCEFString(const CefString& cefString, String& output); }