rnd-20060207-1-src
[rocksndiamonds.git] / src / editor.h
index 7966bda17b2a315539162db11d50cb6aba62c831..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();
 void DrawLevelEd(void);
 void HandleLevelEditorKeyInput(Key);
+void HandleLevelEditorIdle();
 void HandleEditorGadgetInfoText(void *ptr);
 void RequestExitLevelEditor(boolean);
+void PrintEditorElementList();
+
+void DumpBrush();
+void DumpBrush_Small();
 
 #endif