mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-08 03:16:36 +01:00
initial import, >900commits predate this
This commit is contained in:
14
framework/sound/src/mm/soloud_json.hpp
Normal file
14
framework/sound/src/mm/soloud_json.hpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user