Revert "remove beatmaps.hpp (it's in the generated struct now)"
This reverts commit ae97d0dd46
.
turns out this is still used xd
This commit is contained in:
parent
ae97d0dd46
commit
a168e830f0
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