game
Interface IGame

All Known Implementing Classes:
CGameCanvas

public interface IGame

Interface between the game and the gameloop.

Author:
sroccaserra

Method Summary
 void animate(float dt)
           
 void draw()
           
 

Method Detail

animate

void animate(float dt)

draw

void draw()