2013-05-05 18:18:41 +02:00
|
|
|
/********************************************************
|
|
|
|
* XFX.Game.h *
|
|
|
|
* *
|
|
|
|
* XFX namespace include file for libXFX.Game.a *
|
2013-06-02 14:32:43 +02:00
|
|
|
* Copyright (c) XFX Team. All Rights Reserved *
|
2013-05-05 18:18:41 +02:00
|
|
|
********************************************************/
|
|
|
|
#ifndef _XFX_GAME_H
|
|
|
|
#define _XFX_GAME_H
|
|
|
|
|
|
|
|
//
|
|
|
|
//Data Types
|
|
|
|
//
|
|
|
|
#include "Game.h"
|
|
|
|
#include "GamerServices/GamerServicesComponent.h"
|
|
|
|
#include "GameComponentCollection.h"
|
|
|
|
#include "GameServiceContainer.h"
|
|
|
|
#include "GameTime.h"
|
|
|
|
#include "GraphicsDeviceManager.h"
|
|
|
|
//
|
|
|
|
//Interfaces
|
|
|
|
//
|
|
|
|
#include "Interfaces.h"
|
|
|
|
|
|
|
|
#endif //_XFX_GAME_
|