r802: Remove renderframfsclient and renderfarmfsserver .h and .C from Makefile.am...
[cinelerra_cv/mob.git] / guicast / workarounds.h
bloba86a9f8b70855f5aa85904d3e3a77d11a4d5da0d
1 #ifndef WORKAROUNDS_H
2 #define WORKAROUNDS_H
4 class Workarounds
6 public:
7 Workarounds() {};
8 ~Workarounds() {};
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);
15 #endif