X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=62617108c26776cc2fe827ff51c2b72437ed26b2;hb=88c9b68c44a16e7df62557b63cc7e86731e028c9;hp=3844a2c83d29d7f9c87a139daa0c2bb7e56e6091;hpb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 3844a2c8..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(); @@ -34,4 +30,7 @@ void HandleEditorGadgetInfoText(void *ptr); void RequestExitLevelEditor(boolean); void PrintEditorElementList(); +void DumpBrush(); +void DumpBrush_Small(); + #endif