1 /*
2  *  DumpSyms.h
3  *  OpenLieroX
4  *
5  *  Created by Albert Zeyer on 18.10.09.
6  *  Code under LGPL.
7  *
8  */
9 
10 #ifndef __OLX_DUMPSYMS_H__
11 #define __OLX_DUMPSYMS_H__
12 
13 #include <string>
14 
15 bool DumpSyms(const std::string& bin, const std::string& symfile);
16 
17 #endif
18