#pragma once #include namespace resources { bool resourceExists(std::string resource); std::string getResourcePath(std::string resource); }