// // env.hpp // gameutils // // Created by Sam Jaffe on 5/19/19. // Copyright © 2019 Sam Jaffe. All rights reserved. // #pragma once #include <string> namespace env { std::string resource_file(std::string const & relative_path); }