ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/quest.h
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:12:50 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# User Rev Content
1 root 1.1 #ifndef QUEST_H
2     #define QUEST_H
3    
4     /* Start of slaying field of force */
5     #define QUEST_MARKER "quest "
6     /* End of slaying field of force indicating a quest not yet completed */
7     #define QUEST_START " start"
8     /* End of slaying field of force indicating a completed quest */
9     #define QUEST_END " end"
10    
11     #endif /* QUEST_H */