Advertisement
Guest User

Untitled

a guest
Apr 10th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #ifndef __TRANSLATION_H__
  2. #define __TRANSLATION_H__
  3.  
  4. //#include "stdafx.h"
  5. #include "tl.h"
  6.  
  7. #ifndef SELF
  8. extern char **pPhrases;
  9. #endif
  10.  
  11. int LoadLanguage(char *sFileName);
  12. void UnloadLanguage();
  13. char *tr(int nPrhaseID);
  14.  
  15. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement