bemanitools/src/main/jbhook1/log-gftools.h
2019-09-27 22:36:50 +02:00

11 lines
249 B
C

#ifndef JBHOOK1_LOG_GFTOOLS_H
#define JBHOOK1_LOG_GFTOOLS_H
/**
* Initialize the gftools hook module. This hooks a function which is used
* to report errors and redirects the output to our logger.
*/
void jbhook1_log_gftools_init(void);
#endif