717c07a042396ddc2a265f5dc9afa31e92d01aa6
[rocksndiamonds.git] / src / editor.h
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * editor.h                                                 *
12 ***********************************************************/
13
14 #ifndef EDITOR_H
15 #define EDITOR_H
16
17 #include "main.h"
18
19 void CreateLevelEditorGadgets();
20 void FreeLevelEditorGadgets();
21 void UnmapLevelEditorGadgets();
22 void DrawLevelEd(void);
23 void HandleLevelEditorKeyInput(Key);
24 void HandleLevelEditorIdle();
25 void HandleEditorGadgetInfoText(void *ptr);
26 void RequestExitLevelEditor(boolean, boolean);
27 void PrintEditorElementList();
28
29 void DumpBrush();
30 void DumpBrush_Small();
31
32 #endif