diff options
author | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-25 00:56:11 +0000 |
---|---|---|
committer | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-25 00:56:11 +0000 |
commit | 99eb3303435c4b02cbc1f76c0f836763481d23b4 (patch) | |
tree | 1173b34c5eb6a993629a42a75046d98b760f3215 /src/map/intif.h | |
parent | 5b783537112c1653f2103dc5ec13ee50def73fda (diff) | |
download | hercules-99eb3303435c4b02cbc1f76c0f836763481d23b4.tar.gz hercules-99eb3303435c4b02cbc1f76c0f836763481d23b4.tar.bz2 hercules-99eb3303435c4b02cbc1f76c0f836763481d23b4.tar.xz hercules-99eb3303435c4b02cbc1f76c0f836763481d23b4.zip |
* Fixed: several compiler warnings [akrus]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13129 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 9ebbd6989..4199959fb 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -10,6 +10,7 @@ struct guild_member; struct guild_position; struct s_pet; struct s_homunculus; +struct s_mercenary; struct mail_message; struct auction_data; |