fix io.hpp to enable compiling on GCC15 (#790)

This commit is contained in:
Krutonium
2026-05-10 01:41:15 -04:00
committed by GitHub
parent df23edcb69
commit 8f71c70d14
+1 -3
View File
@@ -2,14 +2,12 @@
#define DUSK_IO_HPP
#include <vector>
#include <filesystem>
// I can't believe it's 2026 and neither SDL (no error codes) nor
// C++ (no error codes) have a file system API functional enough for me to use.
// Here you go, this one's inspired by C#. I only wrote the functions I need.
namespace std::filesystem {
class path;
}
namespace dusk::io {