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

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