Files
dilemmaker/source/images.h
Raimon Zamora a0fa9b70af - [NEW] Càrrega d'habitacions
- [NEW] Càrrega unificada d'imatges
2025-10-31 13:59:45 +01:00

9 lines
127 B
C++

#pragma once
#include "japi/draw.h"
#include <string>
namespace images
{
draw::surface *getImage(std::string filename);
}