rnd-20060207-1-src
[rocksndiamonds.git] / src / editor.h
index 3213c4528fdbc101e3c8d40dbddf96475683fdfb..62617108c26776cc2fe827ff51c2b72437ed26b2 100644 (file)
 #define MAX_ELEM_X             4
 #define MAX_ELEM_Y             10
 
-extern int element_shift;
-extern int editor_element[];
-extern int elements_in_list;
-
 void CreateLevelEditorGadgets();
 void FreeLevelEditorGadgets();
 void UnmapLevelEditorGadgets();
@@ -32,5 +28,9 @@ void HandleLevelEditorKeyInput(Key);
 void HandleLevelEditorIdle();
 void HandleEditorGadgetInfoText(void *ptr);
 void RequestExitLevelEditor(boolean);
+void PrintEditorElementList();
+
+void DumpBrush();
+void DumpBrush_Small();
 
 #endif