#pragma once #include "beatnote.h" #include using json = nlohmann::json; namespace Beatsaber { void from_json(const json& j, Note& n); }