repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1007: Make configure detect and work on amd64.
[cinelerra_cv/mob.git]
/
cinelerra
/
testobject.h
blob
027baeb4209ec61dd639b63b8f553481af58c648
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