#pragma once #include namespace sysinfo { const std::string getOsVersion(); bool screenIsVGA(); }