ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/quest.h
Revision: 1.1
Committed: Fri Feb 3 07:12:50 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

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 */