| 39 | } |
| 40 | |
| 41 | void MockGfxLoadSprites() |
| 42 | { |
| 43 | /* Force blitter 'null'. This is necessary for GfxInitSpriteMem() to function. */ |
| 44 | BlitterFactory::SelectBlitter("null"); |
| 45 | |
| 46 | GfxInitSpriteMem(); |
| 47 | |
| 48 | SpriteID load_index = 0; |
| 49 | while (MockLoadNextSprite(load_index)) { |
| 50 | load_index++; |
| 51 | } |
| 52 | } |
no test coverage detected