rnd-20070320-3-src
[rocksndiamonds.git] / src / editor.h
index d2338f1532a68ac6c8dd4701fa89f59914b88fea..717c07a042396ddc2a265f5dc9afa31e92d01aa6 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
 *----------------------------------------------------------*
-* (c) 1995-2002 Artsoft Entertainment                      *
+* (c) 1995-2006 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
 
 #include "main.h"
 
-/* number of element button columns and rows in the edit window */
-#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 RequestExitLevelEditor(boolean, boolean);
+void PrintEditorElementList();
+
+void DumpBrush();
+void DumpBrush_Small();
 
 #endif