r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / cinelerra / testobject.h
blob027baeb4209ec61dd639b63b8f553481af58c648
1 #ifndef TESTOBJECT_H
2 #define TESTOBJECT_H
4 #include <stdio.h>
6 class TestObject
8 public:
9 TestObject();
10 ~TestObject();
16 #endif