mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-04 02:10:18 +03:00
19 lines
446 B
C
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__
|