aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-18 19:04:41 +0000
committerEugene Sandulenko2010-10-18 19:04:41 +0000
commit4b5640883c851bc9f771da98190b8d416095ba0d (patch)
tree792c8a3f705411e2a5aab883489cc57c7d2f3cfd /common/str.h
parent277113f600fd0decf2908f36ba99e3254b2befc8 (diff)
downloadscummvm-rg350-4b5640883c851bc9f771da98190b8d416095ba0d.tar.gz
scummvm-rg350-4b5640883c851bc9f771da98190b8d416095ba0d.tar.bz2
scummvm-rg350-4b5640883c851bc9f771da98190b8d416095ba0d.zip
COMMON: Implement Common::vprintf(). Patch by littleboy
svn-id: r53576
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h
index e3dec6cdc2..92aa66cb59 100644
--- a/common/str.h
+++ b/common/str.h
@@ -220,6 +220,8 @@ public:
*/
static Common::String printf(const char *fmt, ...) GCC_PRINTF(1,2);
+ static Common::String vprintf(const char *fmt, va_list argptr);
+
public:
typedef char * iterator;
typedef const char * const_iterator;