2010-12-04 16:14:34 +00:00
|
|
|
|
/********************************************************
|
|
|
|
|
* XFX.h *
|
|
|
|
|
* *
|
|
|
|
|
* XFX namespace include file *
|
|
|
|
|
* Copyright <EFBFBD> XFX Team. All Rights Reserved *
|
|
|
|
|
********************************************************/
|
|
|
|
|
#ifndef _XFX_
|
|
|
|
|
#define _XFX_
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
//Data types
|
|
|
|
|
//
|
|
|
|
|
#include "BoundingBox.h"
|
|
|
|
|
#include "BoundingSphere.h"
|
|
|
|
|
#include "GameTime.h"
|
|
|
|
|
#include "MathHelper.h"
|
|
|
|
|
#include "Matrix.h"
|
|
|
|
|
#include "Point.h"
|
|
|
|
|
#include "Quaternion.h"
|
|
|
|
|
#include "Ray.h"
|
|
|
|
|
#include "Rectangle.h"
|
|
|
|
|
#include "Vector2.h"
|
|
|
|
|
#include "Vector3.h"
|
|
|
|
|
#include "Vector4.h"
|
|
|
|
|
//
|
2011-01-16 00:47:37 +00:00
|
|
|
|
//Enums
|
2010-12-04 16:14:34 +00:00
|
|
|
|
//
|
2011-01-16 00:47:37 +00:00
|
|
|
|
#include "Enums.h"
|
2010-12-04 16:14:34 +00:00
|
|
|
|
|
|
|
|
|
#endif //_XFX_
|