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

Comparing deliantra/server/include/includes.h (file contents):
Revision 1.5 by root, Mon Dec 11 21:32:17 2006 UTC vs.
Revision 1.6 by root, Wed Dec 13 18:08:01 2006 UTC

52#include <fcntl.h> 52#include <fcntl.h>
53#include <sys/time.h> 53#include <sys/time.h>
54#include <sys/types.h> 54#include <sys/types.h>
55#include <sys/stat.h> 55#include <sys/stat.h>
56 56
57#include "config.h" 57#include <vector>
58#include "define.h"
59#include "logger.h"
60#include "newclient.h"
61
62#ifndef TRUE
63#define TRUE 1
64#endif
65
66#ifndef FALSE
67#define FALSE 0
68#endif
69 58
70#endif /* INCLUDES_H */ 59#endif /* INCLUDES_H */
71 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines