mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-16 22:55:56 -05:00
11 lines
249 B
C
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
|