X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=3844a2c83d29d7f9c87a139daa0c2bb7e56e6091;hb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;hp=3213c4528fdbc101e3c8d40dbddf96475683fdfb;hpb=3fd727f8ab7628eaab0be7de31658d7d468d6c8d;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 3213c452..3844a2c8 100644 --- a/src/editor.h +++ b/src/editor.h @@ -32,5 +32,6 @@ void HandleLevelEditorKeyInput(Key); void HandleLevelEditorIdle(); void HandleEditorGadgetInfoText(void *ptr); void RequestExitLevelEditor(boolean); +void PrintEditorElementList(); #endif