#pragma once #include "common.h" #include "language.h" void textInit(void); int textGetLang(void); const char* textGetString(StrId id);