comparison layer/Layer.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 eaae73b6bd28
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 "Layer.h" 16 #include "Layer.h"
17 #include "View.h" 17 #include "view/View.h"
18 #include "Model.h" 18 #include "data/model/Model.h"
19 19
20 #include <iostream> 20 #include <iostream>
21 21
22 #include "layer/LayerFactory.h" //!!! shouldn't be including this here -- does that suggest we need to move this into layer/ ? 22 #include "LayerFactory.h" //!!! shouldn't be including this here -- does that suggest we need to move this into layer/ ?
23 #include "PlayParameterRepository.h" 23 #include "base/PlayParameterRepository.h"
24 24
25 Layer::Layer() 25 Layer::Layer()
26 { 26 {
27 } 27 }
28 28