ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/global.h
(Generate patch)

Comparing deliantra/server/include/global.h (file contents):
Revision 1.93 by root, Sat Apr 23 04:56:48 2011 UTC vs.
Revision 1.95 by root, Wed May 4 19:04:44 2011 UTC

93/* pull in treasure structure */ 93/* pull in treasure structure */
94#include "treasure.h" 94#include "treasure.h"
95 95
96/* pull in book structures */ 96/* pull in book structures */
97#include "book.h" 97#include "book.h"
98
99#include "quadland.h"
100
98/* 101/*
99 * So far only used when dealing with artifacts. 102 * So far only used when dealing with artifacts.
100 * (now used by alchemy and other code too. Nov 95 b.t). 103 * (now used by alchemy and other code too. Nov 95 b.t).
101 */ 104 */
102struct linked_char 105struct linked_char
134 */ 137 */
135 138
136EXTERN bool init_done; /* Ignores signals until init_done is true */ 139EXTERN bool init_done; /* Ignores signals until init_done is true */
137EXTERN bool in_cleanup; /* True when cleanup() is reached */ 140EXTERN bool in_cleanup; /* True when cleanup() is reached */
138 141
139extern tick_t pticks; /* used by various function to determine */ 142extern tick_t server_tick; /* used by various function to determine */
140 /* how often to save the character */ 143 /* how often to save the character */
141/* 144/*
142 * Misc global variables: 145 * Misc global variables:
143 */ 146 */
144EXTERN shstr first_map_path; /* The start-level */ 147EXTERN shstr first_map_path; /* The start-level */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines