diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 03:25:15 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-17 03:25:15 +0000 |
commit | f430e39321b831879fe977e9a3f67662e44f336a (patch) | |
tree | 2b5a95e2357f69d76684cdbc0949f031e1407a52 /src/map/chrif.c | |
parent | 9e6b684089d6b3008e6d3c693f86d89d6420b1fc (diff) | |
download | hercules-f430e39321b831879fe977e9a3f67662e44f336a.tar.gz hercules-f430e39321b831879fe977e9a3f67662e44f336a.tar.bz2 hercules-f430e39321b831879fe977e9a3f67662e44f336a.tar.xz hercules-f430e39321b831879fe977e9a3f67662e44f336a.zip |
* Merged changes ONLY eAthena 15002.
[ai4rei]
* Preparation clean up in clif.h
- Synced function declarations and argument names with clif.c including whitespace.
- Removed orphaned function declarations.
- Removed include to storage.h and put it into .c files that need it instead.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15469 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 55a287690..ebafdf0da 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -24,6 +24,7 @@ #include "mercenary.h" #include "chrif.h" #include "quest.h" +#include "storage.h" #include <stdio.h> #include <stdlib.h> |