1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef _TRANSLATIONS_INC #define _TRANSLATIONS_INC #include "m_tipper.h" extern bool unicode_system; extern int num_tfuncs; extern DBVTranslation *translations; void InitTranslations(); void DeinitTranslations(); #endif