X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=3844a2c83d29d7f9c87a139daa0c2bb7e56e6091;hb=891c39ca37c4fea5f6cc4ca40f913a56c68ef495;hp=7966bda17b2a315539162db11d50cb6aba62c831;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 7966bda1..3844a2c8 100644 --- a/src/editor.h +++ b/src/editor.h @@ -25,10 +25,13 @@ extern int editor_element[]; extern int elements_in_list; void CreateLevelEditorGadgets(); +void FreeLevelEditorGadgets(); void UnmapLevelEditorGadgets(); void DrawLevelEd(void); void HandleLevelEditorKeyInput(Key); +void HandleLevelEditorIdle(); void HandleEditorGadgetInfoText(void *ptr); void RequestExitLevelEditor(boolean); +void PrintEditorElementList(); #endif