rnd-20061017-2-src
[rocksndiamonds.git] / src / editor.h
index 7eaa7743086727734557e56be986386037e1c369..245e056685fe00856f3dcaa783a3d7ab12260612 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
-
 void CreateLevelEditorGadgets();
 void FreeLevelEditorGadgets();
 void UnmapLevelEditorGadgets();
@@ -31,5 +27,6 @@ void RequestExitLevelEditor(boolean);
 void PrintEditorElementList();
 
 void DumpBrush();
+void DumpBrush_Small();
 
 #endif