diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-11 07:28:27 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-11 07:28:27 +0000 |
commit | 0ba512a7751da513db8f5a862277fc69297d4be4 (patch) | |
tree | 2bf9eaaae77c7ca420be441bcd045a0ad8cc45e7 /src/map/quest.h | |
parent | 50d90e80f9f70a2dd6939adc39f2eca29ae0a45f (diff) | |
download | hercules-0ba512a7751da513db8f5a862277fc69297d4be4.tar.gz hercules-0ba512a7751da513db8f5a862277fc69297d4be4.tar.bz2 hercules-0ba512a7751da513db8f5a862277fc69297d4be4.tar.xz hercules-0ba512a7751da513db8f5a862277fc69297d4be4.zip |
Changed eol-style to native for these files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12560 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/quest.h')
-rw-r--r-- | src/map/quest.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/map/quest.h b/src/map/quest.h index 37ac357da..deda985ca 100644 --- a/src/map/quest.h +++ b/src/map/quest.h @@ -1,15 +1,15 @@ -// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
-
-#ifndef _QUEST_H_
-#define _QUEST_H_
-
-int quest_pc_login(TBL_PC * sd);
-int quest_load_info(TBL_PC * sd, struct mmo_charstatus * st);
-int quest_make_savedata(TBL_PC * sd);
-int quest_add(TBL_PC * sd, struct quest * qd);
-int quest_delete(TBL_PC * sd, int quest_id);
-int quest_update_objective(TBL_PC * sd, int quest_id, int objective_num, const char * name, int count);
-int quest_update_status(TBL_PC * sd, int quest_id, bool status);
-
-#endif
+// Copyright (c) Athena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder + +#ifndef _QUEST_H_ +#define _QUEST_H_ + +int quest_pc_login(TBL_PC * sd); +int quest_load_info(TBL_PC * sd, struct mmo_charstatus * st); +int quest_make_savedata(TBL_PC * sd); +int quest_add(TBL_PC * sd, struct quest * qd); +int quest_delete(TBL_PC * sd, int quest_id); +int quest_update_objective(TBL_PC * sd, int quest_id, int objective_num, const char * name, int count); +int quest_update_status(TBL_PC * sd, int quest_id, bool status); + +#endif |