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