Mercurial > minori
comparison src/core/filesystem.cc @ 134:54c9d36207db
settings/recognition: implement real media player stuff
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Thu, 09 Nov 2023 13:53:04 -0500 |
| parents | 39521c47c7a3 |
| children | 0a458cb26ff4 |
comparison
equal
deleted
inserted
replaced
| 133:4c5d11d294dd | 134:54c9d36207db |
|---|---|
| 18 | 18 |
| 19 #include "core/filesystem.h" | 19 #include "core/filesystem.h" |
| 20 #include "core/config.h" | 20 #include "core/config.h" |
| 21 #include "core/strings.h" | 21 #include "core/strings.h" |
| 22 #include <limits.h> | 22 #include <limits.h> |
| 23 | |
| 24 /* TODO: remove this and use std::filesystem */ | |
| 23 | 25 |
| 24 namespace Filesystem { | 26 namespace Filesystem { |
| 25 | 27 |
| 26 Path::Path() { | 28 Path::Path() { |
| 27 _path = ""; | 29 _path = ""; |
