summaryrefslogtreecommitdiff
path: root/spuencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'spuencoder.h')
-rw-r--r--spuencoder.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/spuencoder.h b/spuencoder.h
new file mode 100644
index 0000000..f84d037
--- /dev/null
+++ b/spuencoder.h
@@ -0,0 +1,9 @@
+#ifndef SPUENCODER_H
+#define SPUENCODER_H
+
+class cSpuEncoder {
+public:
+ void clearOsd();
+};
+
+#endif // SPUENCODER_H