| 111 | } |
| 112 | |
| 113 | AnimationFrame* Entity::getFrame() |
| 114 | { |
| 115 | return &frames->animations[animationState][currentAnimationFrame]; |
| 116 | } |
| 117 | |
| 118 | void Entity::populateCollisionTileArray(TileMap* pcollisionmap) |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected