Files
2025-05-21 21:20:08 +03:00

19 lines
446 B
C

#ifndef __TTSAPP_GLOBALS_H__
#define __TTSAPP_GLOBALS_H__
// App includes
#include "TTSApp.h"
// Other global variables
extern int g_iBmp;
extern HIMAGELIST g_hListBmp;
extern const int g_aMapVisemeToImage[22];
// Output formats
extern const SPSTREAMFORMAT g_aOutputFormat[NUM_OUTPUTFORMATS];
extern TCHAR* g_aszOutputFormat[NUM_OUTPUTFORMATS];
#endif // __TTSAPP_GLOBALS_H__