X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Feditor.h;h=3844a2c83d29d7f9c87a139daa0c2bb7e56e6091;hb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;hp=3213c4528fdbc101e3c8d40dbddf96475683fdfb;hpb=fd2761fde6102017cd3be6b59c3be9140f96f703;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