rnd-20050115-1-src
[rocksndiamonds.git] / src / editor.h
index 3213c4528fdbc101e3c8d40dbddf96475683fdfb..f1f44184b847dc13e1ccd0e2b8153fcc9cb2fd07 100644 (file)
@@ -32,5 +32,8 @@ void HandleLevelEditorKeyInput(Key);
 void HandleLevelEditorIdle();
 void HandleEditorGadgetInfoText(void *ptr);
 void RequestExitLevelEditor(boolean);
+void PrintEditorElementList();
+
+void DumpBrush();
 
 #endif