COMMON: Implement Common::vprintf(). Patch by littleboy

svn-id: r53576
This commit is contained in:
Eugene Sandulenko 2010-10-18 19:04:41 +00:00
parent 277113f600
commit 4b5640883c
2 changed files with 25 additions and 6 deletions

View file

@ -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;