10 lines
65 B
C
10 lines
65 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace sfz
|
||
|
|
{
|
||
|
|
class Voice
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
private:
|
||
|
|
};
|
||
|
|
}
|