X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf;hb=72b2940bea34cebf61175bc62a474cb78dcec467;hp=dae87c12e6d4a72a1f115a6acabc9e993142c1fe;hpb=4f767d54c7ac468e9a42e22caf716111be1ceba9;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index dae87c12..c77fef7e 100644 --- a/src/editor.h +++ b/src/editor.h @@ -24,8 +24,10 @@ extern int element_shift; extern int editor_element[]; extern int elements_in_list; +void CreateLevelEditorGadgets(); +void UnmapLevelEditorGadgets(); void DrawLevelEd(void); -void LevelEd(int, int, int); -void LevelNameTyping(KeySym); +void HandleLevelEditorKeyInput(KeySym); +void HandleEditorGadgetInfoText(void *ptr); #endif