source: trunk/include/lang.h @ 515

Revision 515, 343 bytes checked in by reyalp, 5 years ago (diff)

set svn:eol-style and fix files that had mixed line endings. See http://chdk.setepontos.com/index.php/topic,2145.15.html

  • Property svn:eol-style set to native
RevLine 
[515]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.