diff options
author | hemagx <hemagx2@gmail.com> | 2016-04-12 14:35:21 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-04-16 07:39:53 +0200 |
commit | c8ff1e77501d3edd9bf79fa7ab0281092906735c (patch) | |
tree | 42317e17580b24d334440a2e2e0fa41eec677eea /src/plugins/HPMHooking.c | |
parent | d8da35deb6afe62c9efd4a7f553832f4a596eab1 (diff) | |
download | hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.tar.gz hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.tar.bz2 hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.tar.xz hercules-c8ff1e77501d3edd9bf79fa7ab0281092906735c.zip |
Rewrite client interface for login server (part 6)
Moved login clif code to lclif.c/lclif.h
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index 7a26c8f98..f809ff4ab 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2013-2015 Hercules Dev Team + * Copyright (C) 2013-2016 Hercules Dev Team * * Hercules is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,6 +29,7 @@ #define HPM_HOOKS_INCLUDE "HPMHooking/HPMHooking_login.Hooks.inc" #define HPM_POINTS_INCLUDE "HPMHooking/HPMHooking_login.HookingPoints.inc" #define HPM_SOURCES_INCLUDE "HPMHooking/HPMHooking_login.sources.inc" +#include "login/lclif.h" #include "login/login.h" #elif defined (HPMHOOKING_CHAR) #define HPM_SERVER_TYPE SERVER_TYPE_CHAR |