summaryrefslogtreecommitdiffhomepage
path: root/src/resources.h
blob: eef18839d8103bd376aab2d10a5b7cea64cebcc8 (plain)
1
2
3
4
5
6
7
#include <unordered_map>
#include <string>
#include "raylib.h"

namespace Resources {
    Texture useTexture(std::string id);
}