about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-08-06 20:18:53 +0200
committeroy <Tom_Adams@web.de>2010-08-06 20:18:53 +0200
commit2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d (patch)
tree6c283c37ca7552887c3f83972e5e1684a7277584 /src/game/editor/ed_editor.h
parent05f3757491abbca38dd789574951d46c28ce746c (diff)
downloadzcatch-2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d.tar.gz
zcatch-2967c57ddcaf00f3a1fc1688b7f7fa974c1d2b9d.zip
added possibility to delete envelopes and to save their names within a map by sushitee
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()
 	{