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