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
r802: Remove renderframfsclient and renderfarmfsserver .h and .C from Makefile.am...
[cinelerra_cv/mob.git]
/
guicast
/
workarounds.h
blob
a86a9f8b70855f5aa85904d3e3a77d11a4d5da0d
1
#ifndef WORKAROUNDS_H
2
#define WORKAROUNDS_H
3
4
class
Workarounds
5
{
6
public
:
7
Workarounds
() {};
8
~
Workarounds
() {};
9
10
static void
copy_int
(
int
&
a
,
int
&
b
);
11
static void
copy_double
(
double
*
a
,
double
b
);
12
static double
divide_double
(
double
a
,
double
b
);
13
};
14
15
#endif