diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-11 01:38:41 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-11 01:38:41 +0000 |
commit | eb9d9a5e40f78993ab6280df285b1a15a7f27abb (patch) | |
tree | e9431a807a8fdfa9252a12d5f0eac1a51c8f32d9 /vcproj-8 | |
parent | 773729d995cc32f98e87f6996b210ff6a2cc8d96 (diff) | |
download | hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.gz hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.bz2 hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.xz hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.zip |
More questlog code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12556 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-8')
-rw-r--r-- | vcproj-8/map-server_sql.vcproj | 8 | ||||
-rw-r--r-- | vcproj-8/map-server_txt.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj index e752872d8..d6cbf3f2d 100644 --- a/vcproj-8/map-server_sql.vcproj +++ b/vcproj-8/map-server_sql.vcproj @@ -590,6 +590,14 @@ RelativePath="..\src\map\vending.h" > </File> + <File + RelativePath="..\src\map\quest.c" + > + </File> + <File + RelativePath="..\src\map\quest.h" + > + </File> </Filter> </Files> <Globals> diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj index f0a6f17a1..db7453962 100644 --- a/vcproj-8/map-server_txt.vcproj +++ b/vcproj-8/map-server_txt.vcproj @@ -437,6 +437,14 @@ RelativePath="..\src\map\vending.h" > </File> + <File + RelativePath="..\src\map\quest.c" + > + </File> + <File + RelativePath="..\src\map\quest.h" + > + </File> </Filter> <Filter Name="zlib" |