5 lines
96 B
C
5 lines
96 B
C
#pragma once
|
|
#include "head.h"
|
|
extern bool init_hooks(void);
|
|
extern void uninstall_hooks(void);
|