saviine/src/patcher/function_hooks.h
Maschell 2b2f1c5004 Made it compatible with the HBL
Support for more firmwares (untested)
2016-04-02 20:14:59 +02:00

16 lines
205 B
C

#ifndef _FUNCTION_HOOKS_H_
#define _FUNCTION_HOOKS_H_
#ifdef __cplusplus
extern "C" {
#endif
void PatchMethodHooks(void);
void RestoreInstructions(void);
#ifdef __cplusplus
}
#endif
#endif /* _FS_H */