diff options
author | shennetsind <ind@henn.et> | 2013-06-06 21:01:07 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-06 21:01:07 -0300 |
commit | dc7f14c7dc9829061f8902354367bdc8467eb841 (patch) | |
tree | d5a1c5fc529e0934f5a8c8b8dc2e6090f1d3a49e /src/map/battle.h | |
parent | 538965ad7519636e4baeef4fe8c32f893db713b3 (diff) | |
download | hercules-dc7f14c7dc9829061f8902354367bdc8467eb841.tar.gz hercules-dc7f14c7dc9829061f8902354367bdc8467eb841.tar.bz2 hercules-dc7f14c7dc9829061f8902354367bdc8467eb841.tar.xz hercules-dc7f14c7dc9829061f8902354367bdc8467eb841.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.h | 2 |
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 */ |