Safen includes

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6623 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2009-02-11 12:12:00 +00:00
parent c4e55e49a3
commit 9dae6df94c
1 changed files with 7 additions and 3 deletions

View File

@ -21,15 +21,19 @@
#define VECTOR_H
#include "wzglobal.h"
#include "fixedpoint.h"
#include <math.h>
#include <assert.h>
#include "fixedpoint.h"
#include "types.h"
#include "math_ext.h"
typedef struct { int x, y; } Vector2i;
typedef struct { float x, y; } Vector2f;
typedef struct { int x, y, z; } Vector3i;
typedef struct { float x, y, z; } Vector3f;
typedef struct { uint16_t x, y, z; } Vector3uw; //Only used for basedef.h BASE_ELEMENTS1.
typedef struct { uint16_t x, y, z; } Vector3uw; // Only used for basedef.h BASE_ELEMENTS1.
/*!