From 1a9b75fc21606d8d9ebda3092c65989b3104d775 Mon Sep 17 00:00:00 2001 From: Simon Gagne Date: Tue, 21 Mar 2023 13:16:41 -0400 Subject: Merge chart file --- song.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'song.h') diff --git a/song.h b/song.h index 5af5fbd..69cdbd5 100644 --- a/song.h +++ b/song.h @@ -37,6 +37,11 @@ class Song{ std::string getGenre(); std::string getAudioFile(); + std::vector easy; + std::vector medium; + std::vector hard; + std::vector expert; + private: const std::string chartFile; std::string title; @@ -49,10 +54,6 @@ class Song{ bool difficulty[4]; // Which difficulties are available int resolution; std::vector timestamps; - std::vector easy; - std::vector medium; - std::vector hard; - std::vector expert; }; //#include "song.cpp" -- cgit v1.2.3