5 lines
95 B
C
5 lines
95 B
C
#ifndef XmlToLua_H
|
|
#define XmlToLua_H
|
|
void convert_xmls_in_dir(RString const& dirname);
|
|
#endif
|