Package game

Root package, contains IGame and IGameDisplay interfaces, and CGameCanvas and CGameLoop classes.

See:
          Description

Interface Summary
IGame Interface between the game and the gameloop.
IGameDisplay Classes implementing this interface are responsible for providing drawing area info and bitmap fonts to the graphic objects.
 

Class Summary
CGameCanvas The game Canvas, implementing the IGame and IGameDisplay interfaces.
CGameLoop Game loop implementation, can be frame or time based.
 

Package game Description

Root package, contains IGame and IGameDisplay interfaces, and CGameCanvas and CGameLoop classes.