diff options
author | shennetsind <ind@henn.et> | 2013-09-27 18:08:51 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-09-27 18:08:51 -0300 |
commit | c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599 (patch) | |
tree | bcb4aa49f0b15538c8fdd80b71eeda3b4fb8a2c2 /src/map/duel.h | |
parent | 6b00c1c8ef7ebe324c6c02f5a9f1abf9eeb3a581 (diff) | |
download | hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.tar.gz hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.tar.bz2 hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.tar.xz hercules-c728c1f7d1ccff7c1a1bcf4b7a4dd4ef15a0b599.zip |
HPM: Elemental.c Completed
Moved missing vars and declarations of interest into the interface, removed duplicate mentions of elemental within calls to shorten wherever it made sense to.
And on a minor thing updated the duel.h header given the file had been previously modified (when the duel interface was implemented)
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/duel.h')
-rw-r--r-- | src/map/duel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/duel.h b/src/map/duel.h index 7802f6163..d1ec58415 100644 --- a/src/map/duel.h +++ b/src/map/duel.h @@ -1,5 +1,7 @@ -// Copyright (c) Athena Dev Teams - Licensed under GNU GPL -// For more information, see LICENCE in the main folder +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// See the LICENSE file +// Portions Copyright (c) Athena Dev Teams + #ifndef _DUEL_H_ #define _DUEL_H_ @@ -11,8 +13,6 @@ struct duel { #define MAX_DUEL 1024 - - /*===================================== * Interface : duel.h * Generated by HerculesInterfaceMaker |