X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.h;h=7270b202c048ef2a02f9987beceb03a8d65aa3d8;hb=035b753f2a4929225a7db8a9d49d46b54457cd81;hp=662d2093fc42bfd5afb4ceb4d9e637b53d691220;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/editor.h b/src/editor.h index 662d2093..7270b202 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 // ============================================================================ @@ -27,4 +27,11 @@ void PrintEditorElementList(void); void DumpBrush(void); void DumpBrush_Small(void); +void CopyClipboardToBrush(void); +void CopyBrushToClipboard(void); +void CopyBrushToClipboard_Small(void); + +void UndoLevelEditorOperation(void); +void RedoLevelEditorOperation(void); + #endif