ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/quest.h
Revision: 1.2
Committed: Sun Sep 3 00:18:41 2006 UTC (17 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

File Contents

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