first commit
This commit is contained in:
14
Minecraft.World/Distort.h
Normal file
14
Minecraft.World/Distort.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "Synth.h"
|
||||
|
||||
class Distort: public Synth
|
||||
{
|
||||
private:
|
||||
Synth *source;
|
||||
Synth *distort;
|
||||
|
||||
public:
|
||||
Distort(Synth *source, Synth *distort);
|
||||
|
||||
virtual double getValue(double x, double y);
|
||||
};
|
||||
Reference in New Issue
Block a user