summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/include/sqstdstring.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-08-15 21:21:52 +0000
committeryexo <yexo@openttd.org>2009-08-15 21:21:52 +0000
commit03d711add39db01cde68821d879fe4da14db6300 (patch)
tree8cc353d66aadf9bf022d836d2358b7d70c9b655d /src/3rdparty/squirrel/include/sqstdstring.h
parent75f8a9db0adcb89a24f4624907298b87196ba26f (diff)
downloadopenttd-03d711add39db01cde68821d879fe4da14db6300.tar.xz
(svn r17195) -Update: squirrel to 2.2.3 stable
Diffstat (limited to 'src/3rdparty/squirrel/include/sqstdstring.h')
-rw-r--r--src/3rdparty/squirrel/include/sqstdstring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/squirrel/include/sqstdstring.h b/src/3rdparty/squirrel/include/sqstdstring.h
index 72f30b4ad..3c3bce826 100644
--- a/src/3rdparty/squirrel/include/sqstdstring.h
+++ b/src/3rdparty/squirrel/include/sqstdstring.h
@@ -22,6 +22,8 @@ SQUIRREL_API SQBool sqstd_rex_searchrange(SQRex* exp,const SQChar* text_begin,co
SQUIRREL_API SQInteger sqstd_rex_getsubexpcount(SQRex* exp);
SQUIRREL_API SQBool sqstd_rex_getsubexp(SQRex* exp, SQInteger n, SQRexMatch *subexp);
+SQUIRREL_API SQRESULT sqstd_format(HSQUIRRELVM v,SQInteger nformatstringidx,SQInteger *outlen,SQChar **output);
+
SQUIRREL_API SQRESULT sqstd_register_stringlib(HSQUIRRELVM v);
#ifdef __cplusplus