update abstract method

void update(
  1. double dt
)

This should update the state of the game.

Implementation

void update(double dt);