comparison doodle/main/undo_manager.d @ 29:960b408d3ac5

Builds and runs ok with builder now. Still heaps of cleaning up to do, especially code roughly imported from dog.
author Graham St Jack <graham.stjack@internode.on.net>
date Mon, 03 Aug 2009 23:19:55 +0930
parents 1754cb773d41
children
comparison
equal deleted inserted replaced
28:1754cb773d41 29:960b408d3ac5
1 module undo_manager; 1 module doodle.main.undo_manager;
2 2
3 version(none) { 3 version(none) {
4 4
5 class UndoManager : IUndoManager { 5 class UndoManager : IUndoManager {
6 this() { 6 this() {