2010-12-27 01:01:25 +00:00
|
|
|
|
/********************************************************
|
|
|
|
|
* XFX.Game.h *
|
|
|
|
|
* *
|
|
|
|
|
* XFX namespace include file for libXFX.Game.a *
|
|
|
|
|
* Copyright <EFBFBD> XFX Team. All Rights Reserved *
|
|
|
|
|
********************************************************/
|
2011-11-07 01:29:50 +00:00
|
|
|
|
#ifndef _XFX_GAME_H
|
|
|
|
|
#define _XFX_GAME_H
|
2010-12-27 01:01:25 +00:00
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
//Data Types
|
|
|
|
|
//
|
|
|
|
|
#include "Game.h"
|
2011-01-16 00:47:37 +00:00
|
|
|
|
#include "GamerServices/GamerServicesComponent.h"
|
2010-12-27 01:01:25 +00:00
|
|
|
|
#include "GameComponentCollection.h"
|
|
|
|
|
#include "GameServiceContainer.h"
|
|
|
|
|
#include "GameTime.h"
|
|
|
|
|
#include "GraphicsDeviceManager.h"
|
|
|
|
|
//
|
|
|
|
|
//Interfaces
|
|
|
|
|
//
|
|
|
|
|
#include "Interfaces.h"
|
|
|
|
|
|
|
|
|
|
#endif //_XFX_GAME_
|