diff options
author | shennetsind <ind@henn.et> | 2013-10-09 17:56:52 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-09 17:56:52 -0300 |
commit | fc4ae790a3e4c0a86beb2eec140479a9511b265d (patch) | |
tree | 132517c2a6f1409ce3ceece80441020380e55230 /src/plugins/HPMHooking/HPMHooking.sources.inc | |
parent | 40f62c2626766cbd0b70776f42e69b5a8f98455e (diff) | |
parent | 5fdbee45f634d5d5b29ffa3144c8ac4881c10578 (diff) | |
download | hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.tar.gz hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.tar.bz2 hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.tar.xz hercules-fc4ae790a3e4c0a86beb2eec140479a9511b265d.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.sources.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.sources.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.sources.inc b/src/plugins/HPMHooking/HPMHooking.sources.inc index 89a668e0c..e6dd89814 100644 --- a/src/plugins/HPMHooking/HPMHooking.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking.sources.inc @@ -1,3 +1,9 @@ +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// See the LICENSE file +// +// NOTE: This file was auto-generated and should never be manually edited, +// as it will get overwritten. + memcpy(&HPMHooks.source.atcommand, atcommand, sizeof(struct atcommand_interface)); memcpy(&HPMHooks.source.battle, battle, sizeof(struct battle_interface)); memcpy(&HPMHooks.source.bg, bg, sizeof(struct battleground_interface)); |