Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef __TRANSLATION_H__
- #define __TRANSLATION_H__
- //#include "stdafx.h"
- #include "tl.h"
- #ifndef SELF
- extern char **pPhrases;
- #endif
- int LoadLanguage(char *sFileName);
- void UnloadLanguage();
- char *tr(int nPrhaseID);
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement