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:
jacekpoz 2024-03-19 11:43:41 +01:00
parent ae97d0dd46
commit a168e830f0
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

12
include/beatmaps.hpp Normal file
View file

@ -0,0 +1,12 @@
#pragma once
#include <filesystem>
namespace fs = std::filesystem;
struct DifficultySettings {
double hpDrainRate;
double circleSize;
double approachRate;
double overallDifficulty;
};