#include <Player.h>
Inheritance diagram for Player:

Public Member Functions | |
| Player (List *playerInfo, int x, int y) | |
| void | control () | 
Definition at line 6 of file Player.h.
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 9 of file Player.cpp. References Object::_depth, Object::_type, and PLAYER.  | 
  
      
  | 
  
| 
 
 Reimplemented from Object. Definition at line 16 of file Player.cpp. References Person::_crouching, Person::_state, Person::_xDirection, DOWN, CommandManager::execute(), CommandManager::instance(), JUMPING, LEFT, MIDDLE, RIGHT, and UP.  | 
  
 1.4.6-NO