source: branches/juciphox/include/lang.h @ 412

Revision 243, 356 bytes checked in by grand, 5 years ago (diff)

applying Allbest's sources as the new trunk

Line 
1#ifndef LANG_H
2#define LANG_H
3
4//-------------------------------------------------------------------
5extern void lang_init(int num);
6
7extern void lang_load_from_mem(char *buf);
8extern void lang_load_from_file(const char *filename);
9
10extern char* lang_str(int str);
11
12//-------------------------------------------------------------------
13#endif
Note: See TracBrowser for help on using the repository browser.