#pragma once #include #include namespace SoLoud { //SoLoud::Sfxr void to_json(nlohmann::json& j, const Sfxr& sfxr); void from_json(const nlohmann::json& j, Sfxr& sfxr); } // SoLoud