Skip to content

Instantly share code, notes, and snippets.

using CppSharp;
using CppSharp.AST;
using CppSharp.Generators;
namespace LibMuseCppSharp
{
class MuseLibrary : ILibrary
{
public void Postprocess(Driver driver, ASTContext ctx)
{