6#ifndef MINACALC_SOLOCALC_H
7#define MINACALC_SOLOCALC_H
9#include "Etterna/MinaCalc/MinaCalc.h"
14SoloCalc(
const std::vector<NoteInfo>&
NoteInfo,
17 float goal) -> std::vector<float>;
21SoloCalc(
const std::vector<NoteInfo>& notes,
unsigned columnCount)
Definition NoteDataStructures.h:7