1 2 3 4 5 6 7 8
#ifndef URLUTILITY_H #define URLUTILITY_H #include <string> void OpenURL (const std::string& url); #endif