#include <thing.h>
Inheritance diagram for CKey::
Public Methods | |
CKey () | |
virtual int | HeroOverlaps () |
Called each frame that hero is touching the action box. | |
virtual void | Draw () |
Called to draw this thing. Note that this does not get called if thing does not get drawn (i.e. if clipped out of visible viewport). Use Tick() for updating things that must be updated each frame. |
http://www.scorpioncity.com/djgame.html Copyright (C) David Joffe. Generated: 15 Jul 2001 |