summaryrefslogtreecommitdiff
path: root/plugins/WinterSpeak/src/TextToSpeech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinterSpeak/src/TextToSpeech.cpp')
-rw-r--r--plugins/WinterSpeak/src/TextToSpeech.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/WinterSpeak/src/TextToSpeech.cpp b/plugins/WinterSpeak/src/TextToSpeech.cpp
new file mode 100644
index 0000000000..ddb1185225
--- /dev/null
+++ b/plugins/WinterSpeak/src/TextToSpeech.cpp
@@ -0,0 +1,14 @@
+#include "Common.h"
+#include "TextToSpeech.h"
+
+//------------------------------------------------------------------------------
+TextToSpeech::TextToSpeech()
+{
+}
+
+//------------------------------------------------------------------------------
+TextToSpeech::~TextToSpeech()
+{
+}
+
+//------------------------------------------------------------------------------ \ No newline at end of file