added lang_phrase

This commit is contained in:
David Anderson 2004-10-08 19:45:38 +00:00
parent db4041114f
commit ced5d6ff57

View File

@ -654,4 +654,6 @@ native plugin_flags();
forward plugin_modules();
native require_module(const module[]);
native require_module(const module[]);
lang_phrase(lang_mode, const phrase[], buffer[], maxLen);