| 28 | } |
| 29 | |
| 30 | static void testPan(Game_Player& ch, bool active, bool locked, int dx, int dy, int dtx, int dty, int w) { |
| 31 | testPanAbs(ch, active, locked, dx * SCREEN_TILE_SIZE, dy * SCREEN_TILE_SIZE, dtx * SCREEN_TILE_SIZE, dty * SCREEN_TILE_SIZE, w); |
| 32 | } |
| 33 | |
| 34 | TEST_CASE("StartResetPan") { |
| 35 | Game_Player ch; |
no test coverage detected