]> git.tdb.fi Git - gldbg.git/blob - source/strformat.h
94ce9a6c4751dcadf78a8f557bab6d06fa76d34f
[gldbg.git] / source / strformat.h
1 /* $Id$
2
3 This file is part of gldbg
4 Copyright © 2011  Mikko Rasa, Mikkosoft Productions
5 Distributed under the GPL
6 */
7
8 #ifndef STRFORMAT_H_
9 #define STRFORMAT_H_
10
11 #include <string>
12
13 std::string strformat(const char *, ...);
14
15 #endif