]> git.tdb.fi Git - gldbg.git/blobdiff - source/strformat.h
Remove dependencies to MSP libraries to make compiling on embedded platforms easier
[gldbg.git] / source / strformat.h
diff --git a/source/strformat.h b/source/strformat.h
new file mode 100644 (file)
index 0000000..94ce9a6
--- /dev/null
@@ -0,0 +1,15 @@
+/* $Id$
+
+This file is part of gldbg
+Copyright © 2011  Mikko Rasa, Mikkosoft Productions
+Distributed under the GPL
+*/
+
+#ifndef STRFORMAT_H_
+#define STRFORMAT_H_
+
+#include <string>
+
+std::string strformat(const char *, ...);
+
+#endif