X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.h;h=f996701424c6b6046fd6c68f4637a73c17b5daf2;hp=2b1e839a7fc07fc174ea4742e1853da032b9ccb7;hb=df4588617a9478bdb512aab7432ef2d3777eb529;hpb=5ed4de42ced8e7dce5b786ba3d5fd1a6f6a7d7f6 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