X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=62617108c26776cc2fe827ff51c2b72437ed26b2;hb=494b886d5c5041013ea361a12a07d7cd87551d52;hp=3213c4528fdbc101e3c8d40dbddf96475683fdfb;hpb=3fd727f8ab7628eaab0be7de31658d7d468d6c8d;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 3213c452..62617108 100644 --- a/src/editor.h +++ b/src/editor.h @@ -20,10 +20,6 @@ #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(); @@ -32,5 +28,9 @@ void HandleLevelEditorKeyInput(Key); void HandleLevelEditorIdle(); void HandleEditorGadgetInfoText(void *ptr); void RequestExitLevelEditor(boolean); +void PrintEditorElementList(); + +void DumpBrush(); +void DumpBrush_Small(); #endif