1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move images to data/textures and fix some path stuff; hope that installation still works

This commit is contained in:
Perttu Ahola 2011-11-10 23:30:12 +02:00
parent 2115a766f6
commit ee8b6d3444
107 changed files with 13 additions and 11 deletions

View file

@ -125,6 +125,11 @@ void signal_handler_init(void)
std::string path_data = ".." DIR_DELIM "data";
std::string path_userdata = "..";
std::string getDataPath(const char *subpath)
{
return path_data + DIR_DELIM + subpath;
}
void pathRemoveFile(char *path, char delim)
{
// Remove filename and path delimiter