X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=96fe6f29140077275d67e987c617f390216b2111;hb=e4e2346cab8fe2f81bcab90fbfb6e4683c675332;hp=19791965c96c701ad82e815ec7c10a79851b12e7;hpb=a59ebe8eb3a68db0a2ffcb8ce5127c767737d5ad;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 19791965..96fe6f29 100644 --- a/src/editor.h +++ b/src/editor.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // editor.h // ============================================================================ @@ -14,6 +14,8 @@ #include "main.h" +boolean isLevelEditorTestGame(void); + void CreateLevelEditorGadgets(void); void FreeLevelEditorGadgets(void); void UnmapLevelEditorGadgets(void); @@ -34,4 +36,8 @@ void CopyBrushToClipboard_Small(void); void UndoLevelEditorOperation(void); void RedoLevelEditorOperation(void); +void SetDefaultLevelColorType_BD(void); +void SetDefaultLevelColors_BD(void); +void SetRandomLevelColors_BD(int); + #endif