1 2 3 4 5 6 7
#include <unordered_map> #include <string> #include "raylib.h" namespace Resources { Texture useTexture(std::string id); }