osuplusplus/include/osuparser.hpp

10 lines
146 B
C++
Raw Normal View History

2024-03-18 11:25:15 +01:00
#pragma once
#include <filesystem>
namespace fs = std::filesystem;
#include <config.hpp>
Difficulty parseDifficulty(fs::path difficultyPath);