| Revision 243,
356 bytes
checked in by grand, 5 years ago
(diff) |
|
applying Allbest's sources as the new trunk
|
| Rev | Line | |
|---|
| [243] | 1 | #ifndef LANG_H
|
|---|
| 2 | #define LANG_H
|
|---|
| 3 |
|
|---|
| 4 | //-------------------------------------------------------------------
|
|---|
| 5 | extern void lang_init(int num);
|
|---|
| 6 |
|
|---|
| 7 | extern void lang_load_from_mem(char *buf);
|
|---|
| 8 | extern void lang_load_from_file(const char *filename);
|
|---|
| 9 |
|
|---|
| 10 | extern char* lang_str(int str);
|
|---|
| 11 |
|
|---|
| 12 | //-------------------------------------------------------------------
|
|---|
| 13 | #endif
|
|---|
Note: See
TracBrowser
for help on using the repository browser.