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