#pragma once #ifndef NORECITER //int TextToPhonemes(char *input, char *output); int TextToPhonemes(char*input); #endif