X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=665ff1b8d0b5c2462a0a82a87ce5b1ee93d439ad;hb=403fa67c24301d440ae0871c2e31e1e395133a41;hp=2b1e839a7fc07fc174ea4742e1853da032b9ccb7;hpb=c5728b1ebc2a1d3753a6eea5a0f6335d077eef6b;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 2b1e839a..665ff1b8 100644 --- a/src/editor.h +++ b/src/editor.h @@ -28,6 +28,8 @@ void InitLevelEditorGadgets(); void UnmapLevelEditorGadgets(); void DrawLevelEd(void); void LevelEd(int, int, int); +void HandleLevelEditorKeyInput(KeySym); void LevelNameTyping(KeySym); +void HandleEditorGadgetInfoText(void *ptr); #endif