Files
mcpe/source/Base/Synth.hpp
iProgramInCpp 9642818a88 * Initial commit.
:)
2023-07-30 22:22:02 +03:00

9 lines
83 B
C++

#pragma once
class Synth
{
public:
virtual float getValue(float, float) = 0;
};