summaryrefslogtreecommitdiff
path: root/src/map/duel.h
diff options
context:
space:
mode:
authorSusu <bruant.bastien@gmail.com>2013-07-29 15:28:48 +0200
committerSusu <bruant.bastien@gmail.com>2013-07-29 15:28:48 +0200
commit9d5309327da9543f86385549001df7e9a7c98833 (patch)
tree8d36faa7961fcca952442caefb93e270140e11a9 /src/map/duel.h
parent5a22b0445416dbf7d0a0ddd95d31c1f068e704b3 (diff)
downloadhercules-9d5309327da9543f86385549001df7e9a7c98833.tar.gz
hercules-9d5309327da9543f86385549001df7e9a7c98833.tar.bz2
hercules-9d5309327da9543f86385549001df7e9a7c98833.tar.xz
hercules-9d5309327da9543f86385549001df7e9a7c98833.zip
Added elemental interface
Diffstat (limited to 'src/map/duel.h')
-rw-r--r--src/map/duel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/duel.h b/src/map/duel.h
index ec9c4bf83..9fa33833a 100644
--- a/src/map/duel.h
+++ b/src/map/duel.h
@@ -40,6 +40,6 @@ struct duel_interface {
struct duel_interface *iDuel;
-void duel_defaults(void);
+void iDuel_defaults(void);
#endif /* _DUEL_H_ */