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