comparison view/ViewManager.cpp @ 128:33929e0c3c6b

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 89c625dda204
children 9e6b3e239b9d
comparison
equal deleted inserted replaced
127:89c625dda204 128:33929e0c3c6b
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "ViewManager.h" 16 #include "ViewManager.h"
17 #include "AudioPlaySource.h" 17 #include "base/AudioPlaySource.h"
18 #include "Model.h" 18 #include "data/model/Model.h"
19 #include "CommandHistory.h" 19 #include "base/CommandHistory.h"
20 20
21 #include <iostream> 21 #include <iostream>
22 22
23 // #define DEBUG_VIEW_MANAGER 1 23 // #define DEBUG_VIEW_MANAGER 1
24 24