blob: f2accbad16de8170e4c30134c5a56a591beaefec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "stdafx.h"
#include "TextToSpeech.h"
//------------------------------------------------------------------------------
TextToSpeech::TextToSpeech()
{
}
//------------------------------------------------------------------------------
TextToSpeech::~TextToSpeech()
{
}
//------------------------------------------------------------------------------
|