summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-06 21:01:07 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:41:01 -0400
commitba8cf0fb01f6cc997ef1424712954ea0d898b009 (patch)
tree803acc96f62c847c8f4782da6627526809b06353 /src/map/battle.h
parentaff746ed104ab2e8dfab32e4142e00f54edefa4e (diff)
downloadhercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.tar.gz
hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.tar.bz2
hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.tar.xz
hercules-ba8cf0fb01f6cc997ef1424712954ea0d898b009.zip
HPM: Minor Update
Made 'guild' interface available to plugins, added 'bc' in battle interface to link to map-server's battle config (special thanks to Shikazu!) Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 9d578d224..36796c516 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -463,6 +463,8 @@ extern int attr_fix_table[4][10][10];
* Battle.c Interface
**/
struct battle_interface {
+ /* */
+ struct Battle_Config *bc;
/* init */
void (*init) (void);
/* final */