diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-10 00:07:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-10 00:07:04 -0300 |
commit | cf5dae27bd6227877e72cb68f4e360be2bc28094 (patch) | |
tree | 89b7370124171eaa434fd69518a2791c32f42c30 /src/echar/init.c | |
parent | c87e652672523fd3e37e67f015924e837eecc4df (diff) | |
parent | c687d2d1b2ad48b5b15899f34b73a41ae73f674c (diff) | |
download | evol-hercules-cf5dae27bd6227877e72cb68f4e360be2bc28094.tar.gz evol-hercules-cf5dae27bd6227877e72cb68f4e360be2bc28094.tar.bz2 evol-hercules-cf5dae27bd6227877e72cb68f4e360be2bc28094.tar.xz evol-hercules-cf5dae27bd6227877e72cb68f4e360be2bc28094.zip |
Merge branch 'master' into tmw2
Diffstat (limited to 'src/echar/init.c')
-rw-r--r-- | src/echar/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/echar/init.c b/src/echar/init.c index d42542c..e273b58 100644 --- a/src/echar/init.c +++ b/src/echar/init.c @@ -39,6 +39,9 @@ #include "echar/config.h" #include "plugins/HPMHooking.h" + +HPExport struct HPMHooking_interface HPMHooking_s; + #include "common/HPMDataCheck.h" /* should always be the last file included! (if you don't make it last, it'll intentionally break compile time) */ HPExport struct hplugin_info pinfo = |