remove beatmaps.hpp (it's in the generated struct now)

This commit is contained in:
jacekpoz 2024-03-19 11:42:14 +01:00
parent 75460f7ca7
commit ae97d0dd46
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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