diff 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
line wrap: on
line diff
--- a/src/core/filesystem.cc	Thu Nov 09 11:45:38 2023 -0500
+++ b/src/core/filesystem.cc	Thu Nov 09 13:53:04 2023 -0500
@@ -21,6 +21,8 @@
 #include "core/strings.h"
 #include <limits.h>
 
+/* TODO: remove this and use std::filesystem */
+
 namespace Filesystem {
 
 Path::Path() {