ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/image.C
(Generate patch)

Comparing deliantra/server/common/image.C (file contents):
Revision 1.34 by root, Fri Mar 26 01:04:43 2010 UTC vs.
Revision 1.35 by root, Wed Apr 14 02:31:23 2010 UTC

24#include <stdio.h> 24#include <stdio.h>
25 25
26#include "face.h" 26#include "face.h"
27#include "crc.h" 27#include "crc.h"
28 28
29faceidx blank_face, empty_face; 29faceidx blank_face, empty_face, magicmouth_face;
30 30
31facehash_t facehash; 31facehash_t facehash;
32std::vector<faceinfo> faces; 32std::vector<faceinfo> faces;
33 33
34faceidx 34faceidx

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines