about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index a7d742a8..e459e70f 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -272,6 +272,8 @@ public:
 		m_lEnvelopes.add(e);
 		return e;
 	}
+
+	void DeleteEnvelope(int Index);
 	
 	CLayerGroup *NewGroup()
 	{