2010-07-27 13:42:07 +00:00
|
|
|
@class Protocols;
|
|
|
|
|
2010-07-22 15:20:04 +00:00
|
|
|
// Data structures
|
|
|
|
#import "RectangleStruct.h"
|
2010-07-22 16:13:55 +00:00
|
|
|
@class Rectangle;
|
|
|
|
|
2010-07-27 13:42:07 +00:00
|
|
|
// Game
|
2010-07-22 16:13:55 +00:00
|
|
|
#import "DisplayOrientation.h"
|
2010-07-27 13:42:07 +00:00
|
|
|
@protocol IGraphicsDeviceManager;
|
|
|
|
@class Game, GameTime, GameServiceContainer, GraphicsDeviceManager;
|
|
|
|
|
|
|
|
// Game host
|
|
|
|
@class GameHost, GameWindow, GameViewController, GameView;
|
|
|
|
|
|
|
|
// Game components
|
|
|
|
@protocol IGameComponent, IUpdatable, IDrawable;
|
|
|
|
@class GameComponent, DrawableGameComponent, GameComponentCollection, GameComponentCollectionEventArgs;
|