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