]> git.tdb.fi Git - libs/core.git/blob - source/debug/demangle.h
f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727
[libs/core.git] / source / debug / demangle.h
1 /* $Id$
2
3 This file is part of libmspcore
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_DEBUG_DEMANGLE_H_
9 #define MSP_DEBUG_DEMANGLE_H_
10
11 #include <string>
12
13 namespace Msp {
14 namespace Debug {
15
16 std::string demangle(const std::string &);
17
18 } // namespace Debug
19 } // namespace Msp
20
21 #endif