diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-13 19:21:04 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-13 19:21:04 +0100 |
commit | 0aad778336ef25336ca51611419b306aff9020ab (patch) | |
tree | e1d3c8b67cd028496e8803687754ccebf0cfd36b /src/main.cpp | |
parent | Merge pull request #1 from Paure42/master (diff) | |
download | threshold-0aad778336ef25336ca51611419b306aff9020ab.tar.gz threshold-0aad778336ef25336ca51611419b306aff9020ab.tar.bz2 threshold-0aad778336ef25336ca51611419b306aff9020ab.tar.xz threshold-0aad778336ef25336ca51611419b306aff9020ab.tar.zst threshold-0aad778336ef25336ca51611419b306aff9020ab.zip |
this is starting to get boring.ill see
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d277919..488de95 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main(void) { std::string path = "../meta/maps"; int i = 0; for (const auto& entry : - std::filesystem::directory_iterator(path)) { // c++17 lol + std::filesystem::directory_iterator(path)) { // NOTE: c++17 lol if (entry.path().filename().generic_string().find("start") != std::string::npos) { pick[i] = entry.path().filename().generic_string(); |