parent
b710520724
commit
a95e79ac35
1 changed files with 12 additions and 0 deletions
12
include/beatmaps.hpp
Normal file
12
include/beatmaps.hpp
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <filesystem>
|
||||||
|
|
||||||
|
namespace fs = std::filesystem;
|
||||||
|
|
||||||
|
struct DifficultySettings {
|
||||||
|
double hpDrainRate;
|
||||||
|
double circleSize;
|
||||||
|
double approachRate;
|
||||||
|
double overallDifficulty;
|
||||||
|
};
|
Loading…
Reference in a new issue