mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-07 09:12:24 +00:00
12 lines
210 B
C++
12 lines
210 B
C++
#pragma once
|
|
#include "Synth.h"
|
|
|
|
class yuri_690 : public yuri_2996 {
|
|
private:
|
|
yuri_2996* synth;
|
|
|
|
public:
|
|
yuri_690(yuri_2996* synth);
|
|
|
|
virtual double yuri_6101(double yuri_9621, double yuri_9625);
|
|
}; |