]> git.tdb.fi Git - gldbg.git/blob - source/strformat.h
Remove dependencies to MSP libraries to make compiling on embedded platforms easier
[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