initial import, >900commits predate this

This commit is contained in:
2020-09-29 13:47:50 +02:00
commit e74154ccee
352 changed files with 108120 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
#include <nlohmann/json_fwd.hpp>
#include <soloud_sfxr.h>
namespace SoLoud {
//SoLoud::Sfxr
void to_json(nlohmann::json& j, const Sfxr& sfxr);
void from_json(const nlohmann::json& j, Sfxr& sfxr);
} // SoLoud