X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=665ff1b8d0b5c2462a0a82a87ce5b1ee93d439ad;hb=c16ef99848a25648feccaae350ada6f8665a18f4;hp=f996701424c6b6046fd6c68f4637a73c17b5daf2;hpb=df4588617a9478bdb512aab7432ef2d3777eb529;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index f9967014..665ff1b8 100644 --- a/src/editor.h +++ b/src/editor.h @@ -30,5 +30,6 @@ void DrawLevelEd(void); void LevelEd(int, int, int); void HandleLevelEditorKeyInput(KeySym); void LevelNameTyping(KeySym); +void HandleEditorGadgetInfoText(void *ptr); #endif