#ifndef __HGCRASH_H__ #define __HGCRASH_H__ #include "HGDef.h" #include "HGBaseErr.h" typedef void (HGAPI *HGCrashFunc)(HGPointer crashAddr, HGPointer param); HGEXPORT HGResult HGAPI HGBase_RegisterCrashFunc(HGCrashFunc func, HGPointer param); HGEXPORT HGResult HGAPI HGBase_MakeCrashFile(const HGChar *filePath); #endif /* __HGCRASH_H__ */