blob: 844ca8373f516d755d44a556e8b900afa807546b (
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()
{
}
//------------------------------------------------------------------------------
|