#pragma once #include namespace sim::graphics::texture { unsigned int load(std::string path); };