Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / guicast / testobject.h
blob327606e35442478e4e275c23692a4e77adcbbc05
1 #ifndef TESTOBJECT_H
2 #define TESTOBJECT_H
4 #include <stdio.h>
6 class TestObject
8 public:
9 TestObject(char *text = "TestObject");
10 ~TestObject();
16 #endif
18 // Local Variables:
19 // mode: C++
20 // c-file-style: "linux"
21 // End: