10 lines
128 B
C++
10 lines
128 B
C++
|
|
#ifndef PDB_SIP_H
|
|
#define PDB_SIP_H
|
|
|
|
bool apply_debug_info(pdbargs_t &pdbargs);
|
|
|
|
#include "pdbaccess.hpp"
|
|
|
|
#endif // PDB_SIP_H
|