X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=1b674331bea7df73f0284826a5773e2f1875e9b8;hb=edaa850fd2d2cae7ec31961fae3d56487e710c71;hp=09c2ccac57875ced2ed048fbf31597004e064e9d;hpb=85ab2d263ae6041c7263a4330071512c436382f9;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 09c2ccac..1b674331 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 // ============================================================================ @@ -31,4 +31,11 @@ void CopyClipboardToBrush(void); void CopyBrushToClipboard(void); void CopyBrushToClipboard_Small(void); +void UndoLevelEditorOperation(void); +void RedoLevelEditorOperation(void); + +void SetDefaultLevelColorType_BD(void); +void SetDefaultLevelColors_BD(void); +void SetRandomLevelColors_BD(int); + #endif