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