changed "http" to "https" in URLs
[rocksndiamonds.git] / src / editor.h
index 09c2ccac57875ced2ed048fbf31597004e064e9d..7270b202c048ef2a02f9987beceb03a8d65aa3d8 100644 (file)
@@ -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,7 @@ void CopyClipboardToBrush(void);
 void CopyBrushToClipboard(void);
 void CopyBrushToClipboard_Small(void);
 
+void UndoLevelEditorOperation(void);
+void RedoLevelEditorOperation(void);
+
 #endif