Uses of Interface
game.IGame

Packages that use IGame
game Root package, contains IGame and IGameDisplay interfaces, and CGameCanvas and CGameLoop classes. 
 

Uses of IGame in game
 

Classes in game that implement IGame
 class CGameCanvas
          The game Canvas, implementing the IGame and IGameDisplay interfaces.
 

Fields in game declared as IGame
private  IGame CGameLoop.m_game
           
 

Constructors in game with parameters of type IGame
CGameLoop(IGame game, int animationType, float fps)
          Constructor.