summaryrefslogtreecommitdiffstats
path: root/core/Scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Scale.h')
-rw-r--r--core/Scale.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/Scale.h b/core/Scale.h
new file mode 100644
index 000000000..cf06ad661
--- /dev/null
+++ b/core/Scale.h
@@ -0,0 +1,15 @@
+/* $Id: Scale.h,v 1.1 2003/11/03 12:08:01 titer Exp $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.m0k.org/>.
+ It may be used under the terms of the GNU General Public License. */
+
+#ifndef HB_SCALE_H
+#define HB_SCALE_H
+
+#include "HandBrakeInternal.h"
+
+HBScale * HBScaleInit( HBHandle *, HBTitle * );
+void HBScaleClose( HBScale ** );
+
+#endif