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

Comparing deliantra/server/include/noise.h (file contents):
Revision 1.15 by root, Mon Oct 29 23:55:53 2012 UTC vs.
Revision 1.16 by root, Wed Nov 28 17:32:51 2012 UTC

21 */ 21 */
22 22
23#ifndef NOISE_H_ 23#ifndef NOISE_H_
24#define NOISE_H_ 24#define NOISE_H_
25 25
26#include <string.h> // possible workaround for tinyvec using memcpy without including string.h
26#include <blitz/tinyvec.h> 27#include <blitz/tinyvec.h>
27#include <blitz/tinyvec-et.h> 28#include <blitz/tinyvec-et.h>
28 29
29#include "global.h" 30#include "global.h"
30 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines