summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 8354c218b..fb5e85b1b 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -52,6 +52,9 @@ namespace LivePathEffect {
enum EffectType {
PATH_ALONG_PATH = 0,
SKELETAL_STROKES,
+ SKETCH,
+ VONKOCH,
+ KNOT,
#ifdef LPE_ENABLE_TEST_EFFECTS
SLANT,
DOEFFECTSTACK_TEST,