X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=a25e6ea6b5163347b6f8aad34d14abcf9cbdfae0;hb=cc17a49a1a63c1df0e55a5afd510698e21b71dfe;hp=f996701424c6b6046fd6c68f4637a73c17b5daf2;hpb=df4588617a9478bdb512aab7432ef2d3777eb529;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index f9967014..a25e6ea6 100644 --- a/src/editor.h +++ b/src/editor.h @@ -24,11 +24,12 @@ extern int element_shift; extern int editor_element[]; extern int elements_in_list; -void InitLevelEditorGadgets(); +void CreateLevelEditorGadgets(); void UnmapLevelEditorGadgets(); void DrawLevelEd(void); void LevelEd(int, int, int); void HandleLevelEditorKeyInput(KeySym); void LevelNameTyping(KeySym); +void HandleEditorGadgetInfoText(void *ptr); #endif