X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.h;h=c77fef7ecbb917c68e0badc8b48f9cc5f2d32fcf;hp=665ff1b8d0b5c2462a0a82a87ce5b1ee93d439ad;hb=8d46c5298f0fcce7bdb52f3835b2fbbdc403dfe0;hpb=403fa67c24301d440ae0871c2e31e1e395133a41 diff --git a/src/editor.h b/src/editor.h index 665ff1b8..c77fef7e 100644 --- a/src/editor.h +++ b/src/editor.h @@ -24,12 +24,10 @@ 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