diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-02 15:35:27 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-02 15:35:27 +0000 |
commit | cba97f4deb4a9bb62da4ab7748926fd5319090d0 (patch) | |
tree | 8bf8b528b764622c0a604e6dca7435c0b6ca8acf /src/map/battle.h | |
parent | abb64efe8b339b84991eefd22757b31d8cdc2499 (diff) | |
download | hercules-cba97f4deb4a9bb62da4ab7748926fd5319090d0.tar.gz hercules-cba97f4deb4a9bb62da4ab7748926fd5319090d0.tar.bz2 hercules-cba97f4deb4a9bb62da4ab7748926fd5319090d0.tar.xz hercules-cba97f4deb4a9bb62da4ab7748926fd5319090d0.zip |
- Fixed some includes in skill.c and npc.c, thanks to 252-rer for finding it out.
- Applied the entry reusage system to the battle delay damage structure.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5166 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 56404f0c9..e59cd9bd2 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -418,6 +418,8 @@ extern struct Battle_Config { unsigned short cell_stack_limit; // [Skotlex]
} battle_config;
+void do_init_battle(void);
+void do_final_battle(void);
extern int battle_config_read(const char *cfgName);
extern void battle_validate_conf(void);
extern void battle_set_defaults(void);
|