| 19 | extern Input input; |
| 20 | |
| 21 | AnimationFrame::AnimationFrame(ScreenRect src_rect, unsigned int delay) |
| 22 | { |
| 23 | sourceRectangle = src_rect; |
| 24 | frameDelay = delay; |
| 25 | } |
| 26 | |
| 27 | void SpriteAtlas::initialize(unsigned int* ptex) { texture = ptex; } |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected