comparison transform/RealTimePluginTransform.h @ 1:40116f709d3b

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents cd5d7ff8ef38
children d88d117e0c34
comparison
equal deleted inserted replaced
0:cd5d7ff8ef38 1:40116f709d3b
15 15
16 #ifndef _REAL_TIME_PLUGIN_TRANSFORM_H_ 16 #ifndef _REAL_TIME_PLUGIN_TRANSFORM_H_
17 #define _REAL_TIME_PLUGIN_TRANSFORM_H_ 17 #define _REAL_TIME_PLUGIN_TRANSFORM_H_
18 18
19 #include "Transform.h" 19 #include "Transform.h"
20 #include "RealTimePluginInstance.h" 20 #include "plugin/RealTimePluginInstance.h"
21 21
22 class DenseTimeValueModel; 22 class DenseTimeValueModel;
23 23
24 class RealTimePluginTransform : public Transform 24 class RealTimePluginTransform : public Transform
25 { 25 {