repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
license header for review
[cinelerra_cv/ct.git]
/
cinelerra
/
testobject.h
blob
4320732a07544c4af97eb282a29b188f75a0a6c3
1
#ifndef TESTOBJECT_H
2
#define TESTOBJECT_H
3
4
#include <stdio.h>
5
6
class
TestObject
7
{
8
public
:
9
TestObject
();
10
~
TestObject
();
11
};
12
13
14
15
16
#endif
17
/*
18
// Local Variables:
19
// mode: C++
20
// c-file-style: "linux"
21
// End:
22
*/