geIState

From GriffinEngine
Revision as of 13:37, 3 June 2009 by Mstefaro (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

Base class for geState. Originally we were going to make game devs implement their own State class, but the idea was since rejected. See geState for current details.

Reference

Methods

  • virtual void Update()
  • virtual void Draw()
  • virtual void Initialize()